export type SectionProps = {
    description?: React.ReactNode;
    title?: React.ReactNode;
    children?: React.ReactNode;
};
declare const Section: ({ description, title, children }: SectionProps) => import("react").JSX.Element;
export default Section;
//# sourceMappingURL=index.d.ts.map