import { types } from "typestyle";
export declare const SharePointVideoSettingsStyles: {
    container?: types.NestedCSSProperties;
    videoPreviewContainer?: types.NestedCSSProperties;
    videoIframe?: types.NestedCSSProperties;
    videoIframeLoading?: (url: string) => types.NestedCSSProperties;
    videoSettings?: types.NestedCSSProperties;
};
