import { BoxProps } from './types.js'; import '../../types.js'; import '../../../theme-79e176a6.js'; import '../../../utils/object.js'; import '../../../utils/types.js'; import '@kuma-ui/sheet'; import '../../componentList.js'; import '@kuma-ui/system'; import 'react'; declare function hasDynamicProps(props: BoxProps): boolean; declare function extractDynamicProps(props: BoxProps): { dynamicProps: Record; restProps: Record & { className?: string; }; }; declare function getCachedStyle(dynamicProps: Record): { className: string; css: string; }; export { extractDynamicProps, getCachedStyle, hasDynamicProps };