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