export declare function PageLoadingTable({ rows }: {
    rows?: number;
}): import("react/jsx-runtime").JSX.Element;
