import { TablePropsStylesTypeV2 } from './types/tableTheme';
export declare const TableWrapperStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
    $styles?: TablePropsStylesTypeV2;
    $position?: string;
    $zIndex?: number;
}>> & string;
export declare const TableScrollableContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
    $styles?: TablePropsStylesTypeV2;
    $hasScrollDisabled?: boolean;
}>> & string;
export declare const LeftBoxShadowContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
    $styles?: TablePropsStylesTypeV2;
}>> & string;
export declare const RightBoxShadowContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
    $styles?: TablePropsStylesTypeV2;
}>> & string;
export declare const TableStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {
    $styles?: TablePropsStylesTypeV2;
}>> & string;
