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