import Control, { ControlOptionsType, DomPositionType } from './Control'; export default class Nav extends Control { buildOn(): any; } export type NavOptionsTypeSpec = { position: string | DomPositionType; }; export type NavOptionsType = NavOptionsTypeSpec & ControlOptionsType; //# sourceMappingURL=Control.Nav.d.ts.map