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