import { FC, PropsWithChildren } from 'react';
export interface WelcomeProps {
    onContinue: () => void;
    title?: string;
    subtitle?: string;
}
export declare const Welcome: FC<PropsWithChildren<WelcomeProps>>;
//# sourceMappingURL=welcome.d.ts.map