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