import { PageLayoutProviderProps } from './types'; /** * Designed to change the behavior of all blocks inside of this provider. Usually page types will * set the page layout settings using this provider. */ export declare function PageLayoutProvider({ children, customLayoutSettings, }: PageLayoutProviderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map