import type { IconButtonProps } from '../IconButtonNext';
import type { DrawerSizeVariant } from './index';
export declare const iconButtonSizeMapper: {
    [key in DrawerSizeVariant]: IconButtonProps['size'];
};
