export declare function LoadingSlot(): any; export declare function LoadingRow(): any; export declare function LoadingSkeleton(): any; export declare function EmptySlot({ label }: { label: string; }): any; export declare function EmptySkeleton({ label }: { label: string; }): any;