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