import { default as React } from 'react'; export interface StandardPageLayoutProps { children: React.ReactNode; noIndex?: boolean; backgroundClassName?: string; contentClassName?: string; breadcrumb?: any; } /** * A simple page layout wrapper component that applies background and content classes * to create consistent page structure across applications. */ export declare const StandardPageLayout: React.FC; //# sourceMappingURL=StandardPageLayout.d.ts.map