export interface KoraHandleIndicatorState { handle: string; symbol: string; } export interface KoraHandleIndicatorProps { handle: string; /** Prefix glyph. Default "$". */ symbol?: string; } export declare function handleIndicatorInnerHTML(state: KoraHandleIndicatorState): string; export declare function renderKoraHandleIndicator(props: KoraHandleIndicatorProps): string; //# sourceMappingURL=template.d.ts.map