import { VariantProps } from "class-variance-authority"; declare const sectionHeaderSkeletonVariants: (props?: ({ size?: "large" | "medium" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; type SectionHeaderSkeletonVariantProps = VariantProps; export type SectionHeaderSkeletonProps = Readonly<{ className?: string; }> & SectionHeaderSkeletonVariantProps; export declare const SectionHeaderSkeleton: ({ size, className, }: SectionHeaderSkeletonProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=SectionHeaderSkeleton.d.ts.map