/// export declare const ErrorStatus: ({ description, title }: { description: any; title?: string; }) => JSX.Element; export declare const NullStatus: ({ title, size, description }: { title?: any; size: any; description?: any; }) => JSX.Element; export declare const LoadingStatus: () => JSX.Element;