import { DotStylesType } from '../../../../../components/dot/types/dotTheme';
import { DotSizeType, DotVariantType } from './variants';
export declare const getDotStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => DotStylesType<DotVariantType, DotSizeType>;
