import { IconSize } from "./index"; export declare const calcSize: (size?: IconSize) => { fontSize: string | number; strokeWidth: string | number; };