/// import { ViewKey } from '../types'; declare type ContainerAttributesType = { key: ViewKey; }; declare const Container: import("styled-components").StyledComponent<"div", any, ContainerAttributesType, 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>; export { Container, View }; //# sourceMappingURL=styled.d.ts.map