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