/// import CSS from 'csstype'; import UISortableViews from '../SortableViews'; export declare const viewsContainerLeftMargin = 80; export declare const viewsContainerRightMargin = 80; declare const Wrap: import("styled-components").StyledComponent<"div", any, {}, never>; declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; declare const View: import("styled-components").StyledComponent<({ id, name, type, className, count, active, onClick, onDelete, onEdit, onOptions, e2eClassName, }: import("@veeqo/ui/dist/components/View/types").ViewProps) => import("react").JSX.Element, any, {}, never>; declare const Controls: import("styled-components").StyledComponent<"div", any, {}, never>; declare const LeftControls: import("styled-components").StyledComponent<"div", any, {}, never>; declare const RightControls: import("styled-components").StyledComponent<"div", any, {}, never>; declare const Button: import("styled-components").StyledComponent<"div", any, {}, never>; declare const Glyph: import("styled-components").StyledComponent<({ name, size, color, className, ariaLabel, style, onClick, }: import("../../common/Glyph/Glyph").GlyphProps) => import("react").JSX.Element, any, {}, never>; declare const Dropdown: import("styled-components").StyledComponent<({ cta, shouldShowDropdown, children, className, reversed, onClickAway, timeout, transitionClassnames, onClick, onMouseEnter, onMouseLeave, }: import("@veeqo/ui/dist/components/AnimatedDropdown/types").AnimatedDropdownProps) => import("react").JSX.Element, any, {}, never>; declare const SortableViews: import("styled-components").StyledComponent; declare const Tooltip: import("styled-components").StyledComponent<({ children, text, content, config, reversed, className, withTriangle, initialShouldShow, useReactPortal, }: import("@veeqo/ui/dist/components/Tooltip/types").TooltipProps) => JSX.Element | null, any, {}, never>; declare const Col: import("styled-components").StyledComponent<"div", any, {}, never>; declare const Text: import("styled-components").StyledComponent<"span", any, ({} & import("@veeqo/ui/dist/components/Text/types").TextProps) & CSS.StandardProperties<0 | (string & {}), string & {}>, never>; declare const Info: import("styled-components").StyledComponent<"div", any, {}, never>; declare const FixedViews: import("styled-components").StyledComponent<"div", any, {}, never>; declare const FixedView: import("styled-components").StyledComponent<({ id, label, onClick, isDefault, className, }: import("../SortableViews/View/View").ViewProps) => import("react").JSX.Element, any, {}, never>; declare const LoaderContainer: import("styled-components").StyledComponent<"div", any, {}, never>; export { Col, Wrap, Dropdown, SortableViews, Button, Controls, LeftControls, RightControls, Container, View, Glyph, Info, Text, Tooltip, FixedViews, FixedView, LoaderContainer, }; //# sourceMappingURL=styled.d.ts.map