import { LatLng } from './latLng.models'; import { LatLngBounds } from './latLngBounds.models'; import { ComponentRestrictions } from './componentRestrictions.models'; export declare class Options { bounds: LatLngBounds; componentRestrictions: ComponentRestrictions; types: string[]; fields: string[]; strictBounds: boolean; origin: LatLng; constructor(opt?: Partial); }