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