import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Scale03Icon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Scale03Icon;
