export interface SpinSlots {
    content?: () => any;
    icon?: () => any;
    tip?: () => any;
    default?: () => any;
}
