export declare module SharePointVideoSettingsLocalization { const namespace = "Omnia.Ux.SharePointVideoSettings"; interface locInterface { AutoPlay: string; StartAt: string; ShowTitle: string; InvalidInputStartTime: any; Labels: { VideoInformation: string; VideoCaption: string; }; } }