export declare function PageInformation({ title, subtitle, editable, rename, contextName, inputLabel, }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace PageInformation {
    var defaultProps: {
        subtitle: string;
        editable: boolean;
        rename: () => void;
        contextName: string;
        inputLabel: string;
    };
}
export default PageInformation;
//# sourceMappingURL=index.d.ts.map