import { CSSProperties } from 'react'; export declare const CHECKBOX_SECTION_WIDTH_PX: number; export declare const ACTIVITY_SECTION_WIDTH_PX: number; export declare const AUTOSIZER_FILL_PARENT_STYLE: CSSProperties; export declare const TableScrollContainer: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; }, import('react').DetailedHTMLProps, HTMLDivElement>, {}>; export declare const LIST_STYLE: CSSProperties; export declare const StickyHeaderContainer: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { isQuickViewMode?: boolean; }, import('react').DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StickyCell: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { type?: "left" | "right"; }, import('react').DetailedHTMLProps, HTMLDivElement>, {}>; export declare const HeaderStickyCell: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { type?: "left" | "right"; } & import('react').ClassAttributes & import('react').HTMLAttributes & { theme?: import('@emotion/react').Theme; } & { type?: "left" | "right"; }, {}, {}>; export declare const HeaderBorderRadiusSticky: ({ type, height, position, }: { type: "left" | "right"; height?: number; position?: "top" | "bottom"; }) => import("react/jsx-runtime").JSX.Element; export declare const HeaderBorderRadiusWrapper: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { position: "top" | "bottom"; type: "left" | "right"; }, import('react').DetailedHTMLProps, HTMLDivElement>, {}>; export declare const HeaderBorderRadiusContent: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { height?: number; position?: "top" | "bottom"; type?: "left" | "right"; }, import('react').DetailedHTMLProps, HTMLDivElement>, {}>; export declare const CheckboxCellWrapper: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { $mode: "visible" | "hidden"; }, import('react').DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ExceptionIconWrapper: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; }, import('react').DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ActivityIconWrapper: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { $isHovered: boolean; }, import('react').DetailedHTMLProps, HTMLDivElement>, {}>;