import { default as React } from 'react'; import { Sheet as SheetType } from '../../../core'; type Props = { sheet: SheetType; }; declare const Sheet: React.FC; export default Sheet;