import React from 'react';
import { SectionProps } from './types';
export default function Section({ className, children, title, titleProps, titleRef, wrapTitleWithContainer }: SectionProps): React.JSX.Element;
