import { ThankyouType } from "./context";
export declare const Thankyou: ({ children, }: {
    children: (v: ThankyouType, close: () => void) => Element;
}) => Element;
