export interface IDisabledInput {
    disabled: boolean;
    tooltip: string;
}
