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