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