import type { FunctionComponent } from 'preact'; import type { PageLoadTimeReport } from '../../hooks/usePageLoadTimeReporter.js'; export interface StatusBadgeProps { /** Callback when the dialog is opened */ onOpenDialog: () => void; pageLoadTimeReport: PageLoadTimeReport; } export declare const StatusBadge: FunctionComponent; //# sourceMappingURL=StatusBadge.d.ts.map