export declare function SectionHeader({ title, description, actionLabel, onAction, }: { title: string; description: string; actionLabel: string; onAction: () => void; }): import("react").JSX.Element;