import { FC } from "react"; import "./style.scss"; import { EmptyStateProps } from ".."; /** Empty-state placeholder shown when a list or panel has no content */ declare const EmptyState: FC; export default EmptyState; //# sourceMappingURL=index.d.ts.map