export type SmallSectionTitleProps = Omit, "children" | "title"> & Readonly<{ title: string; overline?: string; placement?: "default" | "side"; }>; export declare const SmallSectionTitle: ({ title, overline, placement, className, ...rest }: SmallSectionTitleProps) => import("react").JSX.Element; //# sourceMappingURL=SmallSectionTitle.d.ts.map