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