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