export type SectionTitleProps = Omit, "children" | "style"> & Readonly<{ placement?: "default" | "side"; variant?: "default" | "on-dark"; title?: string; subtitle?: React.ReactNode; overline?: string; cta?: React.ReactNode; }>; export declare const SectionTitle: ({ placement, variant, title, subtitle, overline, cta, className, ...rest }: SectionTitleProps) => import("react").JSX.Element; //# sourceMappingURL=SectionTitle.d.ts.map