import type { HTMLAttributes } from 'react';
import type { SkeletonGradientProps } from '../../../mixins';
import type { SkeletonBaseProps, SkeletonSizeProps } from '../Skeleton.types';
type CustomSkeletonLineProps = SkeletonBaseProps;
export type StyledVisibleLineProps = {
roundness: string;
gradientColor?: string;
customFadeInColor?: string;
customFadeOutColor?: string;
};
export type LineSkeletonProps = HTMLAttributes & SkeletonSizeProps & CustomSkeletonLineProps & SkeletonGradientProps;
export {};
//# sourceMappingURL=LineSkeleton.types.d.ts.map