import { FunctionalComponent } from 'vue';
import { AntdIconProps } from '../components/AntdIcon';
export interface UnorderedListOutlinedIconType extends FunctionalComponent<AntdIconProps> {
    displayName: string;
}
declare const UnorderedListOutlined: UnorderedListOutlinedIconType;
export default UnorderedListOutlined;
