interface Signature { Args: { name?: string; description?: string; required?: boolean; value?: any; defaultValue?: any; hideControls?: boolean; jsonCollapseDepth?: number; }; } declare const FreestyleUsageObjectComponent: import("@ember/component/template-only").TemplateOnlyComponent; export default FreestyleUsageObjectComponent;