///
import React from 'react';
import { IFontValidationResult } from '@minta/template-utils';
export declare const RightContentStyled: import("@emotion/styled-base").StyledComponent, object>;
export declare const DiscardButtonStyled: import("@emotion/styled-base").StyledComponent, object>;
export declare const ApplyButtonStyled: import("@emotion/styled-base").StyledComponent, object>;
interface Props {
fontsValidationResult: IFontValidationResult[];
change: () => void;
onClose: () => void;
forceApply: () => void;
label?: string;
setIsFontNotSupportedMode?: (isApplyWithOutSupportedFonts: boolean) => void;
}
declare const VideoFontsNotSupportComponent: React.FC;
export default VideoFontsNotSupportComponent;