/// declare const _default: { title: string; component: (props: import("./SectionHeader.js").SectionHeaderProps) => JSX.Element; }; export default _default; export declare const Template: { (args: any): JSX.Element; args: { title: string; description: string; }; }; export declare const Simple: (args: any) => JSX.Element; export declare const WithDescription: (args: any) => JSX.Element; export declare const WithLongDescription: (args: any) => JSX.Element; export declare const WithAction: (args: any) => JSX.Element; export declare const WithDescriptionAndAction: (args: any) => JSX.Element; export declare const WithInput: (args: any) => JSX.Element; export declare const WithTabs: (args: any) => JSX.Element; export declare const WithActionsAndTabs: (args: any) => JSX.Element;