/// import type { IconType } from "./Icon/types"; declare function BankingReport(props: IconType): JSX.Element; export default BankingReport;