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