import { KendoComponent } from '../_types/component';
export declare const GRID_STICKY_CONTAINER_CLASSNAME = "k-grid-sticky-container";
export type GridStickyContainerProps = React.HTMLAttributes<HTMLDivElement> & {
    position?: 'top' | 'bottom';
};
export declare const GridStickyContainer: KendoComponent<GridStickyContainerProps>;
