import { type BranchesHeader, type ForeignOfficeProps } from '../../data/HeaderData'; import type { OnCloseProps } from '../../model/OnCloseProps'; export interface LocationDialogProps extends OnCloseProps { foreignOffices?: ForeignOfficeProps[]; branches?: BranchesHeader; } export declare const LocationDialog: import("@redneckz/uni-jsx").UNIComponent;