import type { PropertiesTableProps } from '../../../../shared/types';
export declare const TimeProperties: PropertiesTableProps;
export declare const TimeSpecificEvents: PropertiesTableProps;
export declare const TimeGeneralEvents: {
    [x: string]: {
        type: string | string[];
        defaultValue?: string;
        doc: string;
        status: "optional" | "internal" | "required" | "deprecated";
    };
};
