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