import { UseFocusableConfig } from '@noriginmedia/norigin-spatial-navigation'; type FocusableProps = { webos?: boolean; autoFocus?: boolean; options?: UseFocusableConfig; onClick?: (...args: any[]) => void; }; export declare function withFocusable

(Component: React.ComponentType

, rawOptions?: UseFocusableConfig): ({ webos, options, ...props }: P & FocusableProps) => import("react/jsx-runtime").JSX.Element; export {};