import type { IconProps } from '../../types';
declare const DonutLine: import("react").NamedExoticComponent<IconProps>;
/**
 * MingCute Icon: Donut Line
 * @see {@link https://www.mingcute.com MingCute Icon Docs}
 */
export { DonutLine };
