import { ComponentDefaultProps } from '@chakra-ui/theme'; declare function withDefaultProps({ defaultProps: { colorScheme, variant, size }, components, }: { defaultProps: ComponentDefaultProps; components?: string[] | Record; }): (theme: Record) => any; export { withDefaultProps };