import { ReactChild, ReactChildren, ComponentType, ReactText, PropsWithChildren, ReactNode } from 'react'; export * from './events'; export * from './sizes'; export * from './overlay'; export declare type File = { content: any; mime: string; name: string; }; export declare type Children> = ReactChild | ReactChildren | ComponentType | ReactText | ReactText[] | ReactNode | ReactNode[] | number | string | number[] | string[]; export declare const isComponent: (children: any) => children is ComponentType<{}>; //# sourceMappingURL=index.d.ts.map