import type { ThemeName } from "../theme/theme.js"; interface ThemeSelectorProps { onSelect: (themeName: ThemeName) => void; onCancel: () => void; currentTheme: string; } export declare function ThemeSelector({ onSelect, onCancel, currentTheme }: ThemeSelectorProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ThemeSelector.d.ts.map