import { FunctionalComponent } from '../stencil-public-runtime'; interface SlotTemplateProps { value?: any; className?: any; name?: any; } export declare const SlotTemplate: FunctionalComponent; export {};