import React, { ButtonHTMLAttributes, CSSProperties } from 'react'; import { CSSValueWithLength } from '../../styles'; export type TopBarSidebarToggleButtonProps = Omit, 'children' | 'aria-expanded'> & { 'aria-expanded': boolean | 'true' | 'false'; }; export declare const TopBar: { Container: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; } & { backgroundColor?: CSSProperties['backgroundColor']; height?: CSSValueWithLength | undefined; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; SidebarToggleButton: React.ForwardRefExoticComponent, "aria-expanded" | "children"> & { 'aria-expanded': boolean | 'true' | 'false'; } & React.RefAttributes>; Title: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLAnchorElement>, {}>; ActionArea: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; ActionButton: import("@emotion/styled").StyledComponent & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>; ActionIconButton: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLSpanElement>, {}>; NumberIcon: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; } & import("../../components").StackProps & React.ClassAttributes & React.HTMLAttributes & { theme?: import("@emotion/react").Theme | undefined; } & { size?: "medium" | "large" | undefined; value: number; }, {}, {}>; };