import React from 'react'; interface PageSectionFooterProps { children?: React.ReactNode; } declare function PageSectionFooter(props: PageSectionFooterProps): JSX.Element; export { PageSectionFooter };