/// import { StyledProps } from "./styled"; export declare type StyledComponentProps

= StyledProps

& { component: React.ComponentType

; }; export declare const StyledComponentOld: (props: P & { className?: string | undefined; tw?: string | undefined; baseClassName?: string | undefined; baseTw?: string | undefined; } & { component: import("react").ComponentType

; } & import("react").RefAttributes) => React.ReactElement | null; export declare const StyledComponent: (props: P & { style?: any; } & { className?: string | undefined; tw?: string | undefined; baseClassName?: string | undefined; baseTw?: string | undefined; } & { component: import("react").ComponentType

; } & import("react").RefAttributes) => React.ReactElement | null;