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