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