import * as React from 'react'; import type { NewFormatting } from '../state/formattings'; export interface FormattingsNewPaneProps { formatting: NewFormatting; onSave: () => void; } export declare const FormattingsNewPane: React.FC;