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