import React from 'react'; import type { OrderedSXResolved, StyleIds, IVerbosedTheme, ITheme, ExtendedConfigType, IComponentStyleConfig, StyledComponentProps } from './types'; export declare function resolveBuildTimeSx(userSX: any, verboseSx: any, utilityResolvedSX: any, componentExtendedConfig: any): { orderedSXResolved: any; STABLEHASH_sx: string; }; export declare function getVariantProps(props: any, theme: any, shouldDeleteVariants?: boolean): { variantProps: any; restProps: any; }; export declare function verboseStyled
, Variants, ComCon>(Component: P, theme: Partial , ComCon, P>>;
export declare function styled , Variants, ComCon>(Component: P, theme?: ITheme , ComCon, P>>;
//# sourceMappingURL=styled.d.ts.map