import { PIP_LAYOUTS as CLASSIC_LAYOUTS } from './pipLayouts/classic'; /** Canonical pip layouts for values 0–18. */ export declare const PIP_LAYOUTS: Record; export { CLASSIC_LAYOUTS }; export { HIGH_VALUE_LAYOUTS, buildHighValueLayout } from './pipLayouts/highValue'; export declare function getPipLayout(value: number): readonly import('./pipGrid').PipLayoutCell[];