/// import { IIconProps } from "types"; declare const ExpenseIconSvg: (props: IIconProps) => JSX.Element; export default ExpenseIconSvg;