/// interface Props { show: boolean; } declare const LabelRequired: ({ show }: Props) => JSX.Element; export default LabelRequired;