interface Signature { Args: { name?: string; description?: string; required?: boolean; defaultValue?: string; hideControls?: boolean; value?: string; options?: string[]; onInput: (val: string | null | undefined) => void; }; } declare const FreestyleUsageStringComponent: import("@ember/component/template-only").TemplateOnlyComponent; export default FreestyleUsageStringComponent;