export declare function title(text: string): string;
export declare function fromItem(label: string, text: string): string;
export declare function button(text: string, callback: any): HTMLButtonElement;
export declare function pca(ay: boolean, un: string, callback: any): HTMLDivElement;
export declare function htmlText(t: string): HTMLSpanElement;
