import { LogPayload } from '@revideo/core'; export interface LogProps { payload: LogPayload; } export declare function Log({ payload }: LogProps): import("preact").JSX.Element; //# sourceMappingURL=Log.d.ts.map