import { DividerStylesType } from '../../../../../components/divider/types/dividerTheme';
import { DividerVariantType } from './variants';
export declare const getDividerStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => DividerStylesType<DividerVariantType>;
