import * as React from 'react';
declare function GridScrollbarFillerCell({ header, borderTop, borderBottom, pinnedRight, }: {
    header?: boolean;
    borderTop?: boolean;
    borderBottom?: boolean;
    pinnedRight?: boolean;
}): React.JSX.Element;
export { GridScrollbarFillerCell };
