import type { Props } from './types';
export declare const DEFAULTS: Omit<Props, 'onMount' | 'onDestroy'>;
