import type { ComponentPropsWithoutRef, ComponentType } from 'react'; import type { StylingProps } from './stylingProps'; export declare const withBoxStyling: >(Component: TComponent) => { (props: ComponentPropsWithoutRef & Partial): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=withBoxStyling.d.ts.map