interface Signature { Element: HTMLUListElement; Args: { variants: string[]; activeKey: string; onClickVariant: (key: string) => void; }; } declare const FreestyleVariantList: import("@ember/component/template-only").TemplateOnlyComponent; export default FreestyleVariantList;