/// import { PropsWithElementAttributes } from '../utils'; export declare type FeedPlaceholderProps = PropsWithElementAttributes<{ text?: string; }>; export declare const FeedPlaceholder: ({ text, className, style }: FeedPlaceholderProps) => JSX.Element; //# sourceMappingURL=FeedPlaceholder.d.ts.map