declare module '@splidejs/splide' { /** * The interface for the Options component. * * @since 3.0.0 */ interface OptionsComponent extends BaseComponent { } /** * The interface for all components. * * @since 3.0.0 */ interface Components { Options: OptionsComponent, } }