import { CustomElements, DropZoneProps } from './types'; export declare const useCustomElements: (props: DropZoneProps, state: import("./types").DropZoneFiles) => CustomElements; export declare const useDropZoneRestProps: (props: DropZoneProps) => {};