import type { IconProps } from '../../types';
declare const FontMono: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Font Mono
 * @see {@link https://remixicon.com/icon/font-mono Remix Icon Docs}
 */
export { FontMono };
