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