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