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