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