import type { FileUploadApiProps, ItemProps } from "./file-upload.types.js"; export declare const fileUploadProps: (keyof FileUploadApiProps)[]; export declare const splitFileUploadProps: (props: Props) => [FileUploadApiProps, Omit]; export declare const itemProps: (keyof ItemProps)[]; export declare const splitItemProps: (props: Props) => [ItemProps, Omit]; //# sourceMappingURL=file-upload.props.d.ts.map