import { ContentProps } from './Page.types';
declare const Content: {
    ({ children, stickyStyle }: ContentProps): any;
    displayName: string;
};
export default Content;
//# sourceMappingURL=Content.d.ts.map