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