import { DropdownOption as FluentDropdownOption } from "@fluentui/web-components";
/**
* DropdownOption
* @summary A DropdownOption Custom HTML Element based on Fluent UI's DropdownOption with custom styling and behavior.
*
* @example
* ```html
*
* ✔
* Option Label
* Detailed description
*
* ```
*
* @attr {boolean} current-selected - Indicates the current selected state of the option.
* @attr {boolean} selected - Sets the selected property to match the currentSelected state.
* @attr {boolean} disabled - Toggles the disabled state when the user changes the `disabled` property.
* @attr {string} form - The associated `