import { AnyStyledComponent, StyledComponent, StyledComponentInnerComponent, StyledComponentInnerOtherProps, StyledComponentInnerAttrs, DefaultTheme } from '../utils/styled-components-wrapper.js'; import { ComponentType } from 'react'; import { StyledSystemProps } from './types.js'; declare type MergePropsWithSS = Omit & StyledSystemProps; declare function withStyledSystem(Component: C): StyledComponent, T, MergePropsWithSS>, A | StyledComponentInnerAttrs>; declare function withStyledSystem, T extends object = DefaultTheme, O extends object = {}, A extends keyof any = never>(Component: C): StyledComponent, A>; export default withStyledSystem; //# sourceMappingURL=withStyledSystem.d.ts.map