import { EmptyDataListProps } from "./EmptyDataList.types.js"; import * as react_jsx_runtime70 from "react/jsx-runtime"; //#region src/components/organisms/EmptyDataList.d.ts declare function EmptyDataList({ emptyListTitle, emptyListDescription, createButton, secondaryButton, media, mediaVariant, learnMoreHref, learnMoreLabel, learnMoreEndIcon, onLearnMore, handleLearnMore, className }: EmptyDataListProps): react_jsx_runtime70.JSX.Element; //#endregion export { EmptyDataList }; //# sourceMappingURL=EmptyDataList.d.ts.map