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