import { CustomElements, FileUploadProps } from './types'; export declare const useCustomElements: (props: FileUploadProps) => CustomElements;