import type { IconSize } from "../types/icon.js"; /** * Converts icon size prop to numeric value, stripping "px" suffix if present. * @param size - Icon size in flexible format (number, "16", or "16px") * @returns Numeric size value */ export declare function parseIconSize(size: IconSize): number; //# sourceMappingURL=parse-icon-size.d.ts.map