import * as React from "react"; export declare const TableContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { horizontalScrollActive?: boolean; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const QueuesDataTableCellComponent: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLUListElement>, {}>; export declare const ChannelName: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { clickable?: boolean; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; declare const Disc: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { color?: string; }, React.DetailedHTMLProps, HTMLElement>, {}>; interface MarkerProps extends React.ComponentProps { icon: React.ReactNode; } export declare const Marker: (props: MarkerProps) => JSX.Element; export declare const Link: import("@emotion/styled").StyledComponent & React.RefAttributes & { theme?: import("@emotion/react").Theme; }, {}, {}>; export declare const HiddenH3Header: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLHeadingElement>, {}>; export declare const HealthStatusContainer: import("@emotion/styled").StyledComponent & React.RefAttributes & { theme?: import("@emotion/react").Theme; } & { cursorStyle?: boolean; }, {}, {}>; export declare const FooterName: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const FooterNameNA: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export {};