import { IconViewBox } from "./types.js";
/**
 * Parse viewBox string to IconViewBox
 */
declare function parseViewBox(value: string): IconViewBox | undefined;
export { parseViewBox };