/**
 * @license EUPL-1.2+
 * Copyright Gemeente Amsterdam
 */
import type { GridCellProps } from '../Grid';
export declare const PageHeaderGridCellNarrowWindowOnly: import("react").ForwardRefExoticComponent<GridCellProps & import("react").RefAttributes<HTMLElement>>;
