/** * Throws an exception for the case when menu trigger doesn't have a valid oui-menu instance * * @docs-private */ export declare function throwOuiMenuMissingError(): void; /** * Throws an exception for the case when menu's x-position value isn't valid. * In other words, it doesn't match 'before' or 'after'. * * @docs-private */ export declare function throwOuiMenuInvalidPositionX(): void; /** * Throws an exception for the case when menu's y-position value isn't valid. * In other words, it doesn't match 'above' or 'below'. * * @docs-private */ export declare function throwOuiMenuInvalidPositionY(): void; //# sourceMappingURL=menu-errors.d.ts.map