export function PageSticky({ children, className, style, ...props }: {
    [x: string]: any;
    children: any;
    className: any;
    style: any;
}): React.JSX.Element;
export namespace PageSticky {
    let displayName: string;
    namespace propTypes {
        let children: PropTypes.Validator<PropTypes.ReactElementLike>;
        let style: PropTypes.Requireable<object>;
    }
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=PageSticky.d.ts.map