import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: { default: {}; }; }; export declare type BigTitleProps = typeof __propDef.props; export declare type BigTitleEvents = typeof __propDef.events; export declare type BigTitleSlots = typeof __propDef.slots; export default class BigTitle extends SvelteComponentTyped { } export {};