import { FC } from 'react'; export declare type EmptyProps = { pic?: any; title?: any; btnText?: any; subTitle?: any; handleClick?: any; }; export declare const Empty: FC;