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