import { ELEMENT_MEDIA_EMBED } from '@udecode/plate-media'; import { EmbedInfo } from './parse-embed'; declare const validAlign: readonly ["left", "center", "right", "justify"]; export interface MediaEmbedState { type: typeof ELEMENT_MEDIA_EMBED; url: string; align: typeof validAlign[number]; info: EmbedInfo; width: string; height: string; } export declare const mediaEmbedPlugin: import('@udecode/plate-common').PlatePlugin>; export {}; //# sourceMappingURL=plugin.d.ts.map