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