/// <reference types="react" />
import { IPageTopperWithFullBackgroundProps } from "./PageTopperWithFullBackground.interfaces";
declare const PageTopperWithFullBackground: (rawProps: IPageTopperWithFullBackgroundProps) => JSX.Element;
export default PageTopperWithFullBackground;
