import { FunctionalComponent } from '../stencil-public-runtime'; interface InfoFooterTemplateProps { selected?: any; total?: any; found?: any; multiple?: boolean; variableText?: string; } export declare const InfoFooterTemplate: FunctionalComponent; export {};