import React from "react";
import { IEmptyPlaceholderProps } from "../../models";
declare const EmptyPlaceholder: React.FC<IEmptyPlaceholderProps>;
export default EmptyPlaceholder;
