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