import { FunctionalComponent } from "../stencil-public-runtime"; interface LabelTemplateProps { className?: any; required?: any; value?: any; size?: any; form?: any; htmlFor?: any; type?: any; tooltip?: any; } export declare const LabelTemplate: FunctionalComponent; export {};