import { type SvgIconProps } from '@mui/material/SvgIcon';
import React from 'react';
declare const GeminiCustody: React.ForwardRefExoticComponent<Omit<SvgIconProps<"svg", {}>, "ref"> & React.RefAttributes<SVGSVGElement>>;
export default GeminiCustody;
