import { ThemingProps } from './types'; declare const useCustomTheming: ({ selector, theme }: ThemingProps) => void; export default useCustomTheming;