import { EditedIcon } from ".";
export type WebAppManifestSettings = {
    name: string;
    shortName: string;
    backgroundColor: string;
    themeColor: string;
} & EditedIcon;
export declare const initWebAppManifestSettings: () => WebAppManifestSettings;
