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