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