interface Props { onSheetChange: (sheetId: string) => void; sheetCountDict: Record; idPrefix?: string; } export default function SheetsSwitcher({ onSheetChange, sheetCountDict, idPrefix, }: Props): any; export {}; //# sourceMappingURL=SheetsSwitcher.d.ts.map