import type { ViewPresentationSelector } from '../../../types/IViewport.js';
import type { PlanarProjectionSnapshot } from './PlanarProjectionTypes.js';
import type { PlanarViewPresentation, PlanarViewState } from './PlanarViewportTypes.js';
export declare function getPlanarProjectionPresentation(snapshot: PlanarProjectionSnapshot, selector: ViewPresentationSelector | undefined): PlanarViewPresentation;
export declare function withPlanarProjectionPresentation(snapshot: PlanarProjectionSnapshot, presentation: Partial<PlanarViewPresentation>): PlanarViewState;
