import { RectSkeleton, withSkeleton } from '@salutejs/plasma-new-hope/styled-components'; export declare const LineSkeleton: import("react").FunctionComponent & import("react").HTMLAttributes & import("@salutejs/plasma-new-hope/types/components/Skeleton/Skeleton.types.js").SkeletonSizeProps & { customGradientColor?: string; roundness?: import("@salutejs/plasma-new-hope/styled-components").Roundness; } & import("@salutejs/plasma-new-hope/styled-components").SkeletonGradientProps & import("react").RefAttributes>; export declare const TextSkeleton: import("react").FC & import("react").HTMLAttributes & import("@salutejs/plasma-new-hope/types/components/Skeleton/Skeleton.types.js").SkeletonSizeProps & { customGradientColor?: string; roundness?: import("@salutejs/plasma-new-hope/styled-components").Roundness; } & import("@salutejs/plasma-new-hope/styled-components").SkeletonGradientProps & import("react").RefAttributes & import("@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types.js").TextSkeletonBaseProps>; export { RectSkeleton, withSkeleton };