import React from "react";
export type SectionHeaderProps = React.HTMLAttributes<HTMLElement>;
export declare const SectionHeader: ({ children, className, ...restProps }: SectionHeaderProps) => React.JSX.Element;
export default SectionHeader;
