/** * ATTENTION: This file is auto generated by using "prepareTemplates". * Do not change the content! * */ /// /** * Library Index template to autogenerate all the fragments and extensions * Used by "prepareTemplates" */ import DrawerList from './drawer-list/DrawerList'; import ScrollView from './scroll-view/ScrollView'; import TextCounter from './text-counter/TextCounter'; export { DrawerList, ScrollView, TextCounter }; export declare const getFragments: () => { DrawerList: typeof DrawerList; ScrollView: import("react").ForwardRefExoticComponent, "title">> & { innerRef?: import("react").ForwardedRef; } & import("react").RefAttributes>; TextCounter: typeof TextCounter; };