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