import type { IconName } from './icon'; /** * Gets the original viewBox for an icon name. * Returns the exception viewBox if one exists, otherwise returns the default. */ export declare function getIconViewBox(iconName: IconName): string;