import React from 'react'; import { AnyRecord, AppIcon, IJSX, StyledComponentProps } from '@codeleap/styles'; import { PlacesAutocompleteProps } from './types'; export * from './styles'; export * from './types'; export declare const PlacesAutocomplete: { (props: PlacesAutocompleteProps): import("react/jsx-runtime").JSX.Element; styleRegistryName: string; elements: string[]; withVariantTypes(styles: S): (props: StyledComponentProps) => IJSX; defaultProps: { showClearIcon: boolean; showEmptyPlaceholder: boolean; clearIcon: AppIcon; placeRowComponent: (props: import("./types").PlaceRowProps) => React.ReactElement; renderPlaceRow: (props: import("./types").PlaceRowProps) => React.ReactElement; debounce: number; }; }; //# sourceMappingURL=index.d.ts.map