import { OptionElement } from "../../base/option-element"; import SgdsIcon from "../Icon/sgds-icon"; /** * @summary SelectOption is the option of the Select * * @slot default - The label of the option */ export declare class SgdsSelectOption extends OptionElement { /** @internal */ static dependencies: { "sgds-icon": typeof SgdsIcon; }; protected _renderItemContent: () => import("lit").TemplateResult<1>; } export default SgdsSelectOption;