import { FunctionalComponent } from '../stencil-public-runtime'; import Bcm from '../models/bcm'; interface ListItemTemplateProps extends Bcm.ListItemClickEvent { item?: any; treeview?: any; checkboxes?: any; searchIsOnlyChilds?: any; size?: any; highlight?: any; focusItem?: (event: any) => void; } export declare const ListItemTemplate: FunctionalComponent; export {};