import type { FC } from 'react'; import type { SheetComponentProps } from './type'; import '@alita/s2-react/dist/style.min.css'; declare const Sheet: FC; export default Sheet;