import { BoxComponentStyles, BoxStyleProps, ComponentsAndVariants } from '../../types'; export default function useComponents(props: BoxStyleProps): BoxComponentStyles | undefined;