import type { CSS } from './types'; export declare const css: CSS; export { mergeConfig, component } from './common'; export { getResponsiveCSS } from './utils'; export type { Variant, ComponentConfig, MediaQueryRule, RootProps, CSS, RootPropsOmitOnChange, RootPropsOmitOnChangeAndDefaultValue, RootPropsOmitDraggable, } from './types'; //# sourceMappingURL=index.d.ts.map