type Props = {
    embedded?: boolean;
};
declare const LingoEditor: ({ embedded }: Props) => import("preact/jsx-runtime").JSX.Element;
export default LingoEditor;
