import { DotStylesType } from '../../../../components/dot/types/dotTheme';
import { DotSizeType, DotVariantType } from './variants';
export declare const DOT_STYLES: DotStylesType<DotVariantType, DotSizeType>;
