import { StyleValue } from 'vue'; import '@douyinfe/semi-foundation/lib/es/spin/spin.css'; import { CombineProps } from '../interface'; export type SpinSize = 'small' | 'large' | 'middle'; export interface SpinProps { size?: SpinSize; spinning?: boolean; indicator?: any | null; delay?: number; tip?: any; wrapperClassName?: string; style?: any; childStyle?: StyleValue; } /*** * * size: 'middle', * spinning: true, * children: null, * indicator: null, * delay: 0, */ export declare const VuePropsType: CombineProps; declare const Index: import("vue").DefineComponent>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default Index;