/// import { EmptyStateProps } from "./types"; declare function EmptyState({ image, title, description, buttonProps, }: EmptyStateProps): JSX.Element; export default EmptyState; //# sourceMappingURL=index.d.ts.map