/// type Props = { size?: number | string; color?: string; }; declare function _2GIVE({ size, color }: Props): JSX.Element; declare namespace _2GIVE { var DefaultColor: string; } export default _2GIVE;