export interface IKeySiteProps {
    SiteLogoUrl: string;
    LimitedDownload: boolean | null;
    WebTimezone: string;
    WebLanguage: string;
    UserTimezone: string;
    UserTimePref: boolean;
    BrokenPermissions: boolean | null;
}
//# sourceMappingURL=IKeySiteProps.d.ts.map