export declare const OperationBadge: import("styled-components").StyledComponent<"span", import("../../theme").ResolvedThemeInterface, { className: string; } & { type: string; }, "className">; export declare const MenuItemUl: import("styled-components").StyledComponent<"ul", import("../../theme").ResolvedThemeInterface, { expanded: boolean; }, never>; export declare const MenuItemLi: import("styled-components").StyledComponent<"li", import("../../theme").ResolvedThemeInterface, { depth: number; }, never>; export declare const menuItemDepth: { 0: import("styled-components").FlattenInterpolation>; 1: import("styled-components").FlattenInterpolation>; 2: import("styled-components").FlattenInterpolation>; }; export interface MenuItemLabelType { depth: number; active: boolean; deprecated?: boolean; type?: string; } export declare const MenuItemLabel: import("styled-components").StyledComponent<"label", import("../../theme").ResolvedThemeInterface, { role: "menuitem"; className: any; } & MenuItemLabelType, "className" | "role">; export declare const MenuItemTitle: import("styled-components").StyledComponent<"span", import("../../theme").ResolvedThemeInterface, { width?: string | undefined; }, never>; export declare const RedocAttribution: import("styled-components").StyledComponent<"div", import("../../theme").ResolvedThemeInterface, {}, never>;