declare const EmptyComp: { ({ style, ...props }: { [x: string]: any; style: any; }): JSX.Element | null; isPlaceholder: boolean; }; export default EmptyComp;