import { SvelteTypedComponent } from 'svelte-typed-component'; export default class Spacer extends SvelteTypedComponent { } declare const _SpacerProps: {}; declare const _SpacerEvents: {}; declare const _SpacerSlots: {}; export declare type SpacerProps = typeof _SpacerProps; export declare type SpacerEvents = typeof _SpacerEvents; export declare type SpacerSlots = typeof _SpacerSlots; export {};