export declare const property: { $grammar: { "property:field_shorthand": { key: string; }[]; "property:field": (string | { key: string; exp?: undefined; } | { exp: string; key?: undefined; })[]; "property:method": (string | { key: string; bindings?: undefined; sequence?: undefined; } | { bindings: string; key?: undefined; sequence?: undefined; } | { sequence: string; key?: undefined; bindings?: undefined; })[]; "property:spread": (string | { exp: string; })[]; }; }; //# sourceMappingURL=property.d.ts.map