export declare const property: { $grammar: { "property:field_shorthand": { key: string; }[]; "property:field": (string | { key: string; exp?: undefined; } | { exp: string; key?: undefined; })[]; }; };