export default function Info(props: {
price: number;
t: (k: string) => string;
}): import("react").JSX.Element;