import { BorderedSelectListComponent } from "./selector-list.ts"; /** * Component that renders a theme selector */ export declare class ThemeSelectorComponent extends BorderedSelectListComponent { constructor(currentTheme: string, onSelect: (themeName: string) => void, onCancel: () => void, onPreview: (themeName: string) => void); } //# sourceMappingURL=theme-selector.d.ts.map