import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { image: any; title: any; logo: any; top: any; topTitle: any; description: any; }; events: { [evt: string]: CustomEvent; }; slots: { actions: {}; default: {}; }; }; export declare type BigCarouselProps = typeof __propDef.props; export declare type BigCarouselEvents = typeof __propDef.events; export declare type BigCarouselSlots = typeof __propDef.slots; export default class BigCarousel extends SvelteComponentTyped { } export {};