export declare class FormioAppConfig {
    appUrl: string;
    apiUrl: string;
    icons?: string;
    formOnly?: boolean;
}
