import { ListPageTemplateProps } from "./types.js"; import * as react_jsx_runtime110 from "react/jsx-runtime"; //#region src/components/templates/lists/ListPageTemplate/index.web.d.ts declare function ListPageTemplate({ children, title, description, breadcrumb, actions, className, searchPlaceholder, searchValue, onSearchChange, onSearchSubmit, isLoading, data, renderItem, emptyProps }: ListPageTemplateProps): react_jsx_runtime110.JSX.Element; //#endregion export { ListPageTemplate }; //# sourceMappingURL=index.web.d.ts.map