import { TRemUnit } from '../types/components';
/** 유닛을 지정된 rem단위의 값으로 반환한다 */
export declare const unitToRem: (unit: TRemUnit) => string;
export declare const unitTable: Record<TRemUnit, string>;
