import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { [x: string]: any; element?: HTMLLabelElement | HTMLDivElement | undefined; dismissible?: boolean | undefined; class?: string | undefined; id?: string | undefined; name?: string | undefined; style?: string | undefined; tabindex?: string | number | undefined; title?: string | undefined; hidden?: import("../../..").DESIGN_HIDDEN_ARGUMENT | undefined; height?: import("../../../types/sizings").DESIGN_INTRINSIC_SIZING_ARGUMENT | undefined; max_height?: import("../../../types/sizings").DESIGN_INTRINSIC_SIZING_ARGUMENT | undefined; min_height?: import("../../../types/sizings").DESIGN_INTRINSIC_SIZING_ARGUMENT | undefined; width?: import("../../../types/sizings").DESIGN_INTRINSIC_SIZING_ARGUMENT | undefined; max_width?: import("../../../types/sizings").DESIGN_INTRINSIC_SIZING_ARGUMENT | undefined; min_width?: import("../../../types/sizings").DESIGN_INTRINSIC_SIZING_ARGUMENT | undefined; }; events: { click: MouseEvent; }; slots: {}; }; export declare type ContextBackdropProps = typeof __propDef.props; export declare type ContextBackdropEvents = typeof __propDef.events; export declare type ContextBackdropSlots = typeof __propDef.slots; export default class ContextBackdrop extends SvelteComponentTyped { } export {};