declare const ariaHasPopupOptions: readonly ["false", "true", "menu", "listbox", "tree", "grid", "dialog"];
export type AriaHasPopupPropType = (typeof ariaHasPopupOptions)[number];
export {};
