export declare const BotsTableRow: import("@emotion/styled").StyledComponent<{
    theme?: import("@emotion/react").Theme;
    as?: React.ElementType;
} & import("@ssa-ui-kit/core").CommonProps & import("react").ClassAttributes<HTMLTableRowElement> & import("react").HTMLAttributes<HTMLTableRowElement> & {
    theme?: import("@emotion/react").Theme;
} & {
    isDisabled?: boolean;
}, {}, {}>;
