import { SkeletonStylesType } from '../../../../../components/skeleton/types/skeletonTheme';
import { SkeletonShapeVariant, SkeletonVariantType } from './variants';
export declare const getSkeletonStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => SkeletonStylesType<SkeletonShapeVariant, SkeletonVariantType>;
