export declare const HeaderTableCell: import("@emotion/styled").StyledComponent, {}, {}>; export declare const StandardTableCell: import("@emotion/styled").StyledComponent & { calculatedWidth?: string; }, {}, {}>; export declare const RemoveButtonTableCell: import("@emotion/styled").StyledComponent, {}, {}>; export declare const GridTextTableCell: import("@emotion/styled").StyledComponent, {}, {}>; export declare const GridAnswerTableCell: import("@emotion/styled").StyledComponent & { calculatedWidth?: string; }, {}, {}>; export declare const StyledGroupTableRow: import("@emotion/styled").StyledComponent, HTMLTableRowElement>, "style" | "children" | "className" | "sx" | "classes" | "selected" | "hover"> & import("@mui/system").MUIStyledCommonProps & { itemIsDragged: boolean; itemIsSelected: boolean; hoverDisabled: boolean; }, {}, {}>;