export declare const virtualizationContainer: import("@vanilla-extract/recipes").RuntimeFn<{ hasVisibleColumns: { true: { display: "grid"; gridTemplateRows: "auto 1fr"; gridTemplateAreas: "'header' 'body'"; }; false: { display: "flex"; flexDirection: "column"; justifyContent: "center"; }; }; loading: { true: { overflow: "hidden"; }; }; contained: { true: { backgroundColor: string; borderColor: string; borderStyle: string; borderWidth: string; borderRadius: string; selectors: { [x: string]: { backgroundColor: string; borderBottomRightRadius: string; borderTop?: undefined; borderBottomLeftRadius?: undefined; borderLeft?: undefined; borderTopRightRadius?: undefined; borderWidth?: undefined; } | { borderTop: string; borderBottomLeftRadius: string; backgroundColor?: undefined; borderBottomRightRadius?: undefined; borderLeft?: undefined; borderTopRightRadius?: undefined; borderWidth?: undefined; } | { borderLeft: string; borderTopRightRadius: string; backgroundColor?: undefined; borderBottomRightRadius?: undefined; borderTop?: undefined; borderBottomLeftRadius?: undefined; borderWidth?: undefined; } | { borderWidth: string; backgroundColor?: undefined; borderBottomRightRadius?: undefined; borderTop?: undefined; borderBottomLeftRadius?: undefined; borderLeft?: undefined; borderTopRightRadius?: undefined; } | { borderBottomRightRadius: string; backgroundColor?: undefined; borderTop?: undefined; borderBottomLeftRadius?: undefined; borderLeft?: undefined; borderTopRightRadius?: undefined; borderWidth?: undefined; }; '&::-webkit-scrollbar-track': { backgroundColor: string; borderBottomRightRadius: string; }; '&::-webkit-scrollbar-track:horizontal': { borderTop: string; borderBottomLeftRadius: string; }; '&::-webkit-scrollbar-track:vertical': { borderLeft: string; borderTopRightRadius: string; }; }; }; false: { selectors: { [x: string]: { borderTop: string; }; '&::-webkit-scrollbar-track:horizontal': { borderTop: string; }; }; }; }; rowSeparation: { horizontalDividers: {}; zebraStripes: {}; none: {}; }; headers: { hidden: {}; default: {}; }; scrollDirection: { false: {}; x: {}; y: {}; xy: {}; }; }>;