@activecollab/components
Version:
ActiveCollab Components
10 lines • 873 B
TypeScript
/// <reference types="react" />
export declare const StyledMenuSelectorDots: 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 StyledMenuSelectorBack: 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 StyledMenuSelector: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledMenuSelectorInner: import("styled-components").StyledComponent<"div", any, {}, never>;
//# sourceMappingURL=Styles.d.ts.map