import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function BillIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { BillIcon, BillIcon as default };
//# sourceMappingURL=Bill.d.ts.map