/**
 * 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<import("./scroll-view/ScrollView").ScrollViewProps & import("../shared/types").SpacingElementProps & {
        space?: import("../shared/types").SpaceTypeAll;
        innerSpace?: import("../shared/types").SpaceTypeAll | import("../shared/types").SpaceTypeMedia;
    } & Partial<Omit<import("react").HTMLAttributes<HTMLDivElement>, "title">> & {
        innerRef?: React.ForwardedRef<unknown>;
    } & import("react").RefAttributes<unknown>>;
    TextCounter: typeof TextCounter;
};
