///
import { ItemsPropsContextType } from './ItemPropsContext';
export declare type DocumentProps = Partial & {
body: string;
title: string;
};
export declare function Document(rawProps: DocumentProps): JSX.Element;
//# sourceMappingURL=Document.d.ts.map