///
export declare const Container: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
$maxHeight?: number | undefined;
$isAllowHorizontalScroll?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const DataGridWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
$isAllowHorizontalScroll?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const DisabledDataGridWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
$isAllowHorizontalScroll?: boolean | undefined;
} & import("react").ClassAttributes & import("react").HTMLAttributes & {
theme?: import("@emotion/react").Theme | undefined;
} & {
$isAllowHorizontalScroll: boolean;
}, {}, {}>;