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