/// type NoDataPlaceholderProps = { noDataImgSrc?: string; }; export declare const NoDataPlaceholder: ({ noDataImgSrc }: NoDataPlaceholderProps) => JSX.Element; export {};