import * as React from 'react'; import type { AchProps } from './ach.types'; /** * Renders a ACH button to use in the Square Web Payment SDK, pre-styled to meet * Square branding guidelines. * * **_But with the option to override styles or use a custom children_** * * @example * * ```tsx * function App() { * return ( * * * * ); * } * ``` */ export declare function Ach({ accountHolderName, transactionId, callbacks, buttonProps, children, svgProps, redirectURI, }: AchProps): React.JSX.Element; export default Ach; export * from './ach.types'; //# sourceMappingURL=ach.d.ts.map