import { DrawerStylesType } from '../../../../../components/drawer/types/drawerTheme';
import { DrawerVariantType } from './variants';
export declare const getDrawerStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => DrawerStylesType<DrawerVariantType>;
