interface IDataTooLargeErrorProps { fullContent: boolean; } export declare function DataTooLargeError({ fullContent }: IDataTooLargeErrorProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DataTooLargeError.d.ts.map