export interface ExportProps { readonly customizedProps: any; } export declare type Props = ExportProps; export declare const Export: (props: ExportProps) => JSX.Element;