interface CastingCompleteProps { remainingSlots: number | null; onFindNext: () => void; onViewBoard: () => void; } export declare function CastingComplete({ remainingSlots, onFindNext, onViewBoard, }: CastingCompleteProps): import("react").JSX.Element; export {}; //# sourceMappingURL=CastingComplete.d.ts.map