interface SelectAnotherMethodProps { buttonText: React.ReactNode; onSelectAnotherMethod: () => void; } declare function SelectAnotherMethod({ buttonText, onSelectAnotherMethod }: SelectAnotherMethodProps): import("react/jsx-runtime").JSX.Element; export default SelectAnotherMethod;