import type { IconProps } from '../../types';
/**
 * MingCute Icon: Registered Fill
 * @see {@link https://www.mingcute.com MingCute Icon Docs}
 */
export declare const RegisteredFill: import("react").MemoExoticComponent<(_props: IconProps) => import("react").JSX.Element>;
