import type { SkfSelectOption } from '@components/select-option/select-option.component.js'; import type { ReactiveController } from 'lit'; type ControllerHost = SkfSelectOption; export declare class DeveloperFeedbackController implements ReactiveController { host: ControllerHost; constructor(host: ControllerHost); hostUpdated(): void; } export {};