import "./MapUrlDialog.scss"; interface SelectApiKeyProps { value?: string; disabled?: boolean; onChange?: (value: string) => void; } export declare function SelectApiKey(props: SelectApiKeyProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SelectApiKey.d.ts.map