export declare function createHook
(useHook: (props: Partial
, options: { disableCSSProps?: Array; themeKey: string; }) => Partial, config?: { defaultProps?: Partial; themeKey?: string; }): (props: Partial, { disableCSSProps, themeKey: themeKeyOverride }?: { disableCSSProps?: any[]; themeKey?: any; }) => Partial;
; themeKey?: string; }): (props: Partial
, { disableCSSProps, themeKey: themeKeyOverride }?: { disableCSSProps?: any[]; themeKey?: any; }) => Partial;