import React from 'react';
import { StickyProps } from './Page.types';
export declare const PageSticky: {
    ({ children, className, style, ...props }: StickyProps): React.JSX.Element;
    displayName: string;
};
//# sourceMappingURL=PageSticky.d.ts.map