import React from "react"; import { templates, initWithStrings, CompiledTemplate, TemplateProps } from "./internal-flex-commons/src"; export declare class Template extends React.Component { static defaultProps: { className: string; }; render(): JSX.Element; } export { initWithStrings, templates, type CompiledTemplate, type TemplateProps };