import { IconViewBox } from "../../../svg/viewbox/types.js";
/**
 * Get viewBox ratio as string
 */
declare function getViewBoxRatio(viewBox: IconViewBox): string;
export { getViewBoxRatio };