import { PluginTabConfig } from '../../plugin'; export interface ElementSwitchProps { value: T; cases: Partial>; } export declare function ElementSwitch({ value, cases, }: ElementSwitchProps): import("preact").JSX.Element; //# sourceMappingURL=ElementSwitch.d.ts.map