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