declare const _default: import("vue").DefineComponent<{
    /**
     * Option label.
     */
    label: StringConstructor;
    /**
     * Indicates whether this option is active.
     */
    isActive: BooleanConstructor;
}, unknown, unknown, {
    listBoxClassNames(): string;
}, {
    handleClick(event: MouseEvent): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * Option label.
     */
    label: StringConstructor;
    /**
     * Indicates whether this option is active.
     */
    isActive: BooleanConstructor;
}>>, {
    isActive: boolean;
}, {}>;
export default _default;
