declare function SwapSwitchDirectionButton({ onClick }: { onClick: () => void; }): import("react").JSX.Element; export { SwapSwitchDirectionButton };