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