import { ReactElement } from 'react'; interface Props { header: string; } export declare function Swap({ header }: Props): ReactElement; export {};