import { DaisySize, ModusSize } from './types';
export declare const DAISY_TO_MODUS_LABEL_SIZE: Record<DaisySize, ModusSize>;
