import { B as Breakpoint, S as StylikCSSProperties, a as StylikTheme, C as Config } from './shared/stylik.5bbe0d4f.cjs'; export { b as StylikBreakpoints } from './shared/stylik.5bbe0d4f.cjs'; import 'csstype'; declare const mqHeight: (minHeight: number, maxHeight?: number) => string; declare const mq: { width: (minWidth: number | Breakpoint, maxWidth?: number | Breakpoint) => symbol & { height: typeof mqHeight; }; height: (minHeight: number, maxHeight?: number) => string; }; declare const StyleSheet: { create: >(stylesFactory: TStyles | ((theme: StylikTheme) => TStyles)) => { [K in keyof TStyles]: string & ((dynamicStylesFactory: StylikCSSProperties | ((theme: StylikTheme) => StylikCSSProperties)) => string); }; configure: (config: Config) => void; }; export { StyleSheet, StylikCSSProperties, StylikTheme, mq };