/// <reference types="react" />
export interface AppProps {
    force: boolean;
    templatePath: string;
}
export declare const App: ({ force, templatePath }: AppProps) => JSX.Element;
