export interface BaseReadonlyInputProps {
    emptyText: string;
    value: string | number | undefined;
}
