export default FsSection; declare function FsSection({ id, heading, text, fields, ...props }: { [x: string]: any; id: any; heading: any; text: any; fields: any; }): React.JSX.Element; import React from "react"; //# sourceMappingURL=FsSection.d.ts.map