import { type ApplicationProps } from '../components/Application'; export declare function createApp(options: ApplicationProps): void;