import type { Context } from '@lit/context'; export interface PfV5DropdownContext { disabled: boolean; } export declare const context: Context;