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