import { VariantProps } from "class-variance-authority"; declare const sideNavigationItemSkeletonVariants: (props?: ({ size?: "large" | "medium" | "small" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; type SideNavigationItemSkeletonVariantProps = VariantProps; type SideNavigationItemSkeletonProps = { showIcon?: boolean; } & SideNavigationItemSkeletonVariantProps; export declare const SideNavigationItemSkeleton: ({ showIcon, size, }: SideNavigationItemSkeletonProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=SideNavigationItemSkeleton.d.ts.map