import { FC, PropsWithChildren } from 'react'; declare type Props = { hint: string; }; declare const LabelContainer: FC>; export default LabelContainer;