/// interface Props { title: string; } declare const LabelText: ({ title }: Props) => JSX.Element; export default LabelText;