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