import React, { ComponentType } from 'react'; import type { ExtraBoxProps } from '@/components/Box/types'; export declare function withStyle(Component: ComponentType

): React.ForwardRefExoticComponent & React.RefAttributes>;