/// <reference types="svelte2tsx/svelte-jsx" />
import type Component from './Graphic.svelte';
export declare class GraphicComponentDev extends Component {
    /**
     * @private
     * For type checking capabilities only.
     * Does not exist at runtime.
     * ### DO NOT USE!
     */
    $$prop_def: Omit<Partial<svelte.JSX.HTMLAttributes<HTMLSpanElement>>, 'use' | 'class'> & Component['$$prop_def'];
}
