import type { IconProps } from '../../types';
declare const ShutDownFill: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Shut Down Fill
 * @see {@link https://remixicon.com/icon/shut-down-fill Remix Icon Docs}
 */
export { ShutDownFill };
