import { FunctionalComponent } from 'vue'; import { IconProps } from '../components'; export type AlignLeftOutlinedProps = FunctionalComponent; export declare const AlignLeftOutlined: AlignLeftOutlinedProps;