import type { ReactNode } from "react"; type ISectionHeaderProps = { title: string; description?: string; actions?: ReactNode[]; }; export declare function SectionHeader({ title, description, actions }: ISectionHeaderProps): import("react").JSX.Element; export * from "./variants.js"; //# sourceMappingURL=index.d.ts.map