interface $$__sveltets_2_IsomorphicComponent = any, Events extends Record = any, Slots extends Record = any, Exports = {}, Bindings = string> { new (options: import('svelte').ComponentConstructorOptions): import('svelte').SvelteComponent & { $$bindings?: Bindings; } & Exports; (internal: unknown, props: Props & { $$events?: Events; $$slots?: Slots; }): Exports & { $set?: any; $on?: any; }; z_$$bindings?: Bindings; } type $$__sveltets_2_PropsWithChildren = Props & (Slots extends { default: any; } ? Props extends Record ? any : { children?: any; } : {}); declare const Block: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{ height?: number | string | undefined; min_height?: number | string | undefined; max_height?: number | string | undefined; width?: number | string | undefined; elem_id?: string; elem_classes?: string[]; variant?: "solid" | "dashed" | "none"; border_mode?: "base" | "focus" | "contrast"; padding?: boolean; type?: "normal" | "fieldset"; test_id?: string | undefined; explicit_call?: boolean; container?: boolean; visible?: boolean | "hidden"; allow_overflow?: boolean; overflow_behavior?: "visible" | "auto"; scale?: number | null; min_width?: number; flex?: boolean; resizable?: boolean; rtl?: boolean; fullscreen?: boolean; label?: string | undefined; }, { default: {}; }>, { [evt: string]: CustomEvent; }, { default: {}; }, {}, string>; type Block = InstanceType; export default Block;