import React from 'react';
declare const _default: {
    title: string;
    component: React.FC<{
        section?: string;
        title?: string;
        handleEditTitle?: (text: string) => void;
        description?: string;
        handleEditDescription?: (text: string) => void;
        constrained?: boolean;
        flush?: boolean;
    }>;
    decorators: any[];
    parameters: {};
};
export default _default;
export declare const simple: () => JSX.Element;
//# sourceMappingURL=page-header.story.d.ts.map