import { type IconBoxSize } from '../../types'; export declare const useIconBoxSize: (boxSize: IconBoxSize | undefined) => number;