export interface JBootScreenProps { systemName?: string; version?: string; onComplete?: () => void; } export declare function JBootScreen({ systemName, version, onComplete, }: JBootScreenProps): import("react").JSX.Element | null; //# sourceMappingURL=JBootScreen.d.ts.map