import type { Settings } from "../../core/settings-manager.js"; interface SettingsSelectorProps { settings: Settings; onSelect: (key: string) => void; onCancel: () => void; } export declare function SettingsSelector({ settings, onSelect, onCancel }: SettingsSelectorProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SettingsSelector.d.ts.map