interface ILabelProps {
    inputId: string;
    label: string | undefined;
}
