import { EditorProps, EditorAppearance } from '../types';
export default function getPropsPreset(appearance: EditorAppearance): EditorProps;
