import React from "react"; export declare const HeaderWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { noMargin?: boolean; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const PageWithMenuWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const Card: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const EmptyStateCard: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & React.ClassAttributes & React.HTMLAttributes & { children?: React.ReactNode | undefined; } & { theme?: import("@emotion/react").Theme; }, {}, {}>; export declare const CategoryWithSelectedCountWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { isSelected: boolean; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const CategoryWithSelectedCount: ({ name, count, total, isSelected }: { name: string; count: number; total: number; isSelected: boolean; }) => JSX.Element;