import React from 'react';
import { IIcon } from '@amaui/ui-react';
declare const IconMaterialCarryOnBagQuestionW100: React.ForwardRefExoticComponent<Omit<IIcon, "ref"> & React.RefAttributes<unknown>>;
export default IconMaterialCarryOnBagQuestionW100;
