import type { StyledProps } from '../../theme/types'; export declare const useSx: () => (query: StyledProps) => any;