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