import React from 'react'; interface PageSectionTextProps { children?: React.ReactNode; gutterBottom?: boolean; } declare function PageSectionText(props: PageSectionTextProps): JSX.Element; export { PageSectionText };