import type { MantineStyleProps } from '../style-props.types'; export declare function extractStyleProps>(others: MantineStyleProps & T): { styleProps: MantineStyleProps & { sx?: any; }; rest: T; };