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