import { SkfElement } from '@internal/components/skf-element'; import { type CSSResultGroup } from 'lit'; /** * The `` is a component that groups select-options * * @documentation See [InVision DSM](https://skf.invisionapp.com/dsm/ab-skf/4-web-applications/nav/5fa7caf78c01200018354495/asset/6229d63d9fe16020a60657e5) for design principles * * @slot - The component's placeholder content * * @tagname skf-select-option-group */ export declare class SkfSelectOptionGroup extends SkfElement { static styles: CSSResultGroup; label: string; render(): import("lit").TemplateResult<1>; }