import type { ComponentProps } from "react"; import { SkeletonRoot } from "./skeleton"; export declare const Skeleton: (({ animationType, className, ...props }: import("./skeleton").SkeletonRootProps & Omit>) => import("react/jsx-runtime").JSX.Element) & { Root: ({ animationType, className, ...props }: import("./skeleton").SkeletonRootProps & Omit>) => import("react/jsx-runtime").JSX.Element; }; export type Skeleton = { Props: ComponentProps; RootProps: ComponentProps; }; export { SkeletonRoot }; export type { SkeletonRootProps, SkeletonRootProps as SkeletonProps } from "./skeleton"; export { skeletonVariants } from "@heroui/styles"; export type { SkeletonVariants } from "@heroui/styles";