interface GridSkeletonProps {
    rows?: number;
    columns?: number;
    showHeader?: boolean;
    showControls?: boolean;
    className?: string;
}
export declare function GridSkeleton({ rows, columns, showHeader, showControls, className, }: GridSkeletonProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=grid-skeleton.d.ts.map