import { type StructureProcessor } from '@ephox/boulder'; import type { DialogData, DialogSpec } from '../components/dialog/Dialog'; export declare const createDataValidator: (structure: DialogSpec) => StructureProcessor; //# sourceMappingURL=DialogData.d.ts.map