import type { PaperRadiusVariant } from '../Paper';
import type { DrawerDeviceType, DrawerValueBySize, DrawerVariant } from './entities';
export declare const maxWidthByVariant: Readonly<{
    [key in DrawerVariant]: number;
}>;
export declare const paperRadiusBySize: Readonly<{
    [key in DrawerDeviceType]: DrawerValueBySize<key, PaperRadiusVariant>;
}>;
