import { FC } from 'react'; import { DialogStackItem } from './store'; export declare const SheetStackEntry: FC<{ item: DialogStackItem; index: number; }>; //# sourceMappingURL=sheet.d.ts.map