import type { ThemeSettingsBreakpoints, ThemeBreakpoints } from '../types.js';
declare const createThemeBreakpoints: <Keys extends string = string>(settings?: ThemeSettingsBreakpoints<Keys>) => ThemeBreakpoints<Keys>;
export { createThemeBreakpoints };
