/// import type Component from './Label.svelte'; export declare class LabelComponentDev extends Component { /** * @private * For type checking capabilities only. * Does not exist at runtime. * ### DO NOT USE! */ $$prop_def: Omit>, 'use' | 'class'> & Component['$$prop_def']; }