/// import type { ColorProps } from '@lx-react-materiel/shared'; interface LxSemiCircleProps { size?: number; backgroundColor?: Pick['backgroundColor']; type?: 'left' | 'right'; } /** * 内凹分割组件 * @param props * @constructor */ export declare function LxSemiCircle(props: LxSemiCircleProps): JSX.Element; export default LxSemiCircle;