interface TestingBannerProps { visible: boolean; } /** * TestingBanner component displays a large yellow banner at the top * when running from a worktree branch to indicate testing mode */ export declare function TestingBanner({ visible }: TestingBannerProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=TestingBanner.d.ts.map