/// import type { SvelteComponentDev } from 'svelte/internal'; import type Component from './Separator.svelte'; import type { LiComponentDev as LiElementComponentDev } from '@smui/common/elements'; export declare class SeparatorComponentDev extends Component { /** * @private * For type checking capabilities only. * Does not exist at runtime. * ### DO NOT USE! */ $$prop_def: Omit>>, 'use' | 'class' | 'padded' | 'inset' | 'insetLeading' | 'insetTrailing' | 'insetPadding' | 'component'> & Component['$$prop_def']; }