import { CSSProperties } from 'react'; import { CSSValueWithLength } from '../../styles'; export declare const TopBar: { Container: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { backgroundColor?: CSSProperties['backgroundColor']; height?: CSSValueWithLength | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; Title: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLAnchorElement>, {}>; ActionArea: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("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?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>; NumberIcon: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & import("../../components").StackProps & import("react").ClassAttributes & import("react").HTMLAttributes & { theme?: import("@emotion/react").Theme | undefined; } & { size?: "medium" | "large" | undefined; value: number; }, {}, {}>; };