import { StitchOptions } from "./index"; import { Block } from "./render"; declare type RenderSwitchOptions = Pick; export declare function renderSwitch(block: Block, options: RenderSwitchOptions): Promise<{ html: string; css: string; }>; export {};