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