/// export declare const iconOffset = 10; declare const NoWrapText: import("styled-components").StyledComponent<"span", any, {} & import("@veeqo/ui/dist/components/Text/types").TextProps, never>; declare const IconWrap: import("styled-components").StyledComponent<"div", any, { index: number; isInteractive: boolean; }, never>; declare const ShowMore: import("styled-components").StyledComponent<"div", any, { numIcons: number; isInteractive: boolean; }, never>; declare const Integration: import("styled-components").StyledComponent<({ className, name, style }: import("../../common/Integration/Integration").IntegrationProps) => import("react").JSX.Element, any, {}, never>; declare const InactiveCover: import("styled-components").StyledComponent<"div", any, {}, never>; declare const Container: import("styled-components").StyledComponent<"div", any, { width: number; }, never>; declare const ItemsCard: import("styled-components").StyledComponent<"div", any, import("@veeqo/ui/dist/components/Card/styled").SurfaceProps, never>; declare const Item: import("styled-components").StyledComponent<"div", any, {}, never>; export { Integration, IconWrap, Container, ShowMore, NoWrapText as Text, ItemsCard, Item, InactiveCover, }; //# sourceMappingURL=styled.d.ts.map