import { SxProp } from './css/types'; import { DripsyFinalTheme } from './declarations'; export declare function useSx(): (sx: SxProp, { themeKey }?: { themeKey?: keyof DripsyFinalTheme | undefined; }) => any;