import { PropertyValues } from 'lit'; import './google-address-input'; import './manual-address-dialog'; import '@material/web/iconbutton/icon-button'; import '@material/web/icon/icon'; import { GoogleAddressInput } from './google-address-input'; /** * An input with built-in google address search and manual address entering. . * * @element titanium-address-input * * @fires location-changed - Fired when address changes. details contains the selected item or null. * */ export declare class TitaniumAddressInput extends GoogleAddressInput { /** * Sets whether or not the street2 textfield displays in the manual address dialog */ accessor showStreet2: boolean; /** * Sets whether or not the county textfield displays in the manual address dialog */ accessor showCounty: boolean; private accessor manualAddressDialog; private accessor hasSelection; static styles: import("lit").CSSResult[]; update(changed: PropertyValues): void; renderTrailingSlot(): import("lit-html").TemplateResult<1>; renderTrailingInputSlot(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=address-input.d.ts.map