export interface UnitPickerProps { onChange: (item?: string) => void; value?: string; width?: number; id?: string; } /** * https://developers.grafana.com/ui/latest/index.html?path=/docs/pickers-unitpicker--docs */ export declare const UnitPicker: import("react").NamedExoticComponent;