import type { ReactNode } from "react";
interface ScreenCenterLayoutProps {
    header: ReactNode;
    content: ReactNode;
    footer: ReactNode;
}
export declare function ScreenCenterLayout({ header, content, footer, }: ScreenCenterLayoutProps): ReactNode;
export {};
//# sourceMappingURL=ScreenCenterLayout.d.ts.map