///
import * as PropTypes from 'prop-types';
import { BaseComponent } from "office-ui-fabric-react/lib/Utilities";
import { IStickyProps } from "office-ui-fabric-react/lib/components/Sticky/Sticky.types";
export interface IStickyState {
isStickyTop: boolean;
isStickyBottom: boolean;
placeholderHeight?: number;
}
export interface IStickyContext {
scrollablePane: PropTypes.Requireable