import { IConfigurableFormComponent, IToolboxComponent } from '@shesha/reactjs'; export interface IFacilityContextPickerProps extends IConfigurableFormComponent { readonly headerKey: string; readonly heading: string; readonly urlPath: string; } declare const FacilityContextPickerComponent: IToolboxComponent; export default FacilityContextPickerComponent;