import { AGUIPropertyProps } from './types'; export declare function createPropertiesForm(): { add(options: AGUIPropertyProps): { /** * alias of name */ label: (text: string) => void; name: (text: string) => void; }; };