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