@activecollab/components
Version:
ActiveCollab Components
10 lines • 891 B
TypeScript
export declare const StyledChoose: import("styled-components").StyledComponent<import("react").FC<import("..").IChooseProps>, any, {}, never>;
export declare const StyledVerticalContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("..").ILabelProps & Omit<import("../Typography/Typography").ITypographyProps, "color" | "variant" | keyof import("..").ILabelProps> & import("react").RefAttributes<HTMLLabelElement>>, any, {
$disabled?: boolean;
}, never>;
export declare const StyledRadioOption: import("styled-components").StyledComponent<"div", any, {
$disabled?: boolean;
}, never>;
export declare const StyledFlexContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
//# sourceMappingURL=Styles.d.ts.map