declare const InfoLabel: ({ text }: { text: string; }) => JSX.Element; export default InfoLabel;