import { ROLE } from '../baseui/modal'; import { StyleUtils } from '../types'; import { Role, Size } from './types'; import { ValueOf } from '../utility-types'; export declare const getWidthFromSize: ({ px2rem }: StyleUtils, size: Size) => string; export declare const roleMap: Record>;