import { ComponentPropsWithRef } from 'react'; /** * Renders the Paybin icon as an inline SVG. * * @returns The SVG element for the Paybin icon */ export declare function Paybin(props: ComponentPropsWithRef<"svg">): import("react").JSX.Element;