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