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