import type { Components } from 'rc-picker/lib/interface'; export default function useComponents(components?: Components): { time?: import("react").ComponentType> | undefined; date?: import("react").ComponentType> | undefined; week?: import("react").ComponentType> | undefined; month?: import("react").ComponentType> | undefined; quarter?: import("react").ComponentType> | undefined; year?: import("react").ComponentType> | undefined; decade?: import("react").ComponentType> | undefined; datetime?: import("react").ComponentType> | undefined; button: string | import("react").ComponentType | import("react").FC>; input?: React.ComponentType | string; };