@activecollab/components
Version:
ActiveCollab Components
10 lines • 804 B
TypeScript
/// <reference types="react" />
export declare const StyledOptionContentWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledOptionIndicator: import("styled-components").StyledComponent<"div", any, {
backgroundColor?: string | undefined;
}, never>;
export declare const StyledOptionText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../Typography").IBodyProps & Omit<import("../../Typography/Typography").ITypographyProps, "variant" | "weight"> & import("react").RefAttributes<HTMLDivElement>>, any, {
textColor?: string | undefined;
}, never>;
export declare const StyledAdditionalInfo: import("styled-components").StyledComponent<"span", any, {}, never>;
//# sourceMappingURL=Styles.d.ts.map