import type { IconDefinition } from '../types';
declare const ImportOutlined: IconDefinition;
export default ImportOutlined;
