import { Theme } from '@mui/material/styles';
export declare const useStyles: (props: {
    selected: boolean;
    isHeader: boolean;
}) => import("@mui/styles").ClassNameMap<"root">;
export declare const Separator: import("styled-components").StyledComponent<"td", any, {}, never>;
export declare const SeparatorContent: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const ActionsSeparator: import("styled-components").StyledComponent<"td", any, {
    width?: number;
}, never>;
export declare const ActionsSeparatorContent: import("styled-components").StyledComponent<"div", any, {
    width?: number;
}, never>;
export declare const HeaderActionsRow: import("styled-components").StyledComponent<"div", any, {
    theme?: Theme;
    width?: number;
}, never>;
