@activecollab/components
Version:
ActiveCollab Components
7 lines • 779 B
TypeScript
/// <reference types="react" />
export declare const StyledText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../Typography").IBodyProps & Omit<import("../../Typography/Typography").ITypographyProps, "variant" | "weight"> & import("react").RefAttributes<HTMLDivElement>>, any, {}, never>;
export declare const StyledAddCrossIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement> & {
gradient?: string | undefined;
}, "ref"> & import("react").RefAttributes<SVGSVGElement>>, any, {}, never>;
export declare const StyledAddToListButton: import("styled-components").StyledComponent<"button", any, {}, never>;
//# sourceMappingURL=Styles.d.ts.map