import * as React from 'react';
import type { ViewProps } from '../../../types';
export interface FormattingViewProps extends ViewProps {
}
export declare const FormattingView: React.FC<FormattingViewProps>;
