/// type Props = { endOfScrollMsg?: string; }; export declare const EndData: ({ endOfScrollMsg }: Props) => JSX.Element; export {};