import type { SelectTheme } from './light';
declare const selectDark: SelectTheme;
export default selectDark;
