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