import { TPanelInputMode } from "../types"; interface ISinglePanelStyle { panelInputMode: TPanelInputMode; } interface IModalBoxStyle { locationModalStyles?: string | undefined; } export declare const ModalBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, "ref"> & { ref?: import("react").Ref; }, "locationModalStyles"> & IModalBoxStyle, never> & Partial, "ref"> & { ref?: import("react").Ref; }, "locationModalStyles"> & IModalBoxStyle, never>>> & string & Omit<(props: import("@lifesg/react-design-system").ModalBoxProps & import("react").RefAttributes) => React.ReactElement | null, keyof import("react").Component>; export declare const StyledLocationPicker: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & ISinglePanelStyle, never> & Partial & ISinglePanelStyle, never>>> & string & Omit<({ id, className, mapPanZoom, panelInputMode, showLocationModal, selectedLocationCoord, interactiveMapPinIconUrl, getCurrentLocation, locationAvailable, gettingCurrentLocation, onMapCenterChange, mapBannerText, disableSelectionFromMap, disableSelectedLocationMarker, selectablePins, pinsOnlyIndicateCurrentLocation, currentLocation, legendItems, defaultAddress, }: import("./location-picker/types").ILocationPickerProps) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component>; export declare const ErrorImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLImageElement>, never> & Partial, HTMLImageElement>, never>>> & string; export declare const PrefetchImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLImageElement>, never> & Partial, HTMLImageElement>, never>>> & string; export {};