import { Static } from '@sinclair/typebox'; /** * microformats2 h-event. * * All properties are optional. * * @see [h-event - microformats.org](https://microformats.org/wiki/h-event) * @see [h-event - mozilla.org](https://developer.mozilla.org/en-US/docs/Web/HTML/microformats#h-event) */ export declare const h_event: import("@sinclair/typebox").TObject<{ category: import("@sinclair/typebox").TOptional>; content: import("@sinclair/typebox").TOptional, import("@sinclair/typebox").TUnsafe<{ text?: string | undefined; html: string; }>]>>; description: import("@sinclair/typebox").TOptional>; duration: import("@sinclair/typebox").TOptional>; end: import("@sinclair/typebox").TOptional>; location: import("@sinclair/typebox").TOptional, import("@sinclair/typebox").TUnsafe, import("@sinclair/typebox").TUnsafe, import("@sinclair/typebox").TUnsafe<{ altitude?: number | undefined; latitude?: number | undefined; longitude?: number | undefined; 'country-name'?: string | undefined; 'extended-address'?: string | undefined; geo?: string | { altitude?: number | undefined; latitude?: number | undefined; longitude?: number | undefined; } | undefined; label?: string | undefined; locality?: string | undefined; 'post-office-box'?: string | undefined; 'postal-code'?: string | undefined; region?: string | undefined; 'street-address'?: string | undefined; }>]>>; name: import("@sinclair/typebox").TOptional>; start: import("@sinclair/typebox").TOptional>; summary: import("@sinclair/typebox").TOptional>; type: import("@sinclair/typebox").TLiteral<"event">; url: import("@sinclair/typebox").TOptional>; }>; /** * microformats2 h-event. * * All properties are optional. * * @see [h-event - microformats.org](https://microformats.org/wiki/h-event) * @see [h-event - mozilla.org](https://developer.mozilla.org/en-US/docs/Web/HTML/microformats#h-event) */ export type H_Event = Static; //# sourceMappingURL=h-event.d.ts.map