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