import { selectorType } from './models'; interface IOptionsProps { label?: string; background?: string; isblank: boolean; } interface IUrinalysisProps { selectorName?: selectorType; alias?: string; duration?: string; toolTip?: string; options?: IOptionsProps[]; } export declare const urinalyisValues: IUrinalysisProps[]; export {};