import { Literal, Common, WithElse, Close, Interpolate } from './basic'; export declare type If = { if(this: { parent: Pt; }, condition: boolean): Common, End>>>; } & Common>>; export declare type T = { $: Interpolate>; } & EndTag; export declare type Text = Literal>;