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