import { MantineStyleSystemProps, Sx } from '@asuikit/styles'; export declare function useSx(sx: Sx | Sx[], systemProps: MantineStyleSystemProps, className: string): string; //# sourceMappingURL=use-sx.d.ts.map