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