Slots: {
    default: {};
    "settings-footer": {
        options: any;
        settings: any;
        slot: string;
        uiSettings: any;
    };
    "settings-header": {
        options: any;
        settings: any;
        slot: string;
        uiSettings: any;
    };
}

Slots type alias for associated component.