/// import { SectionProps } from './Section'; export declare type SubSectionProps = SectionProps; export declare function SubSection({ title, ...sectionProps }: SubSectionProps): JSX.Element; //# sourceMappingURL=SubSection.d.ts.map