/// import './index.less'; import { LLSliceFigureProps } from './type'; declare const LLSliceFigure: (props: LLSliceFigureProps) => JSX.Element; export default LLSliceFigure; export * from './type';