import { Type } from '@sanity/portable-text-editor'; import { ModalType, ModalWidth } from './renderers/types'; interface ModalOption { type?: ModalType; width?: ModalWidth; } export declare function getModalOption(opts: { type: Type; }): ModalOption; export {}; //# sourceMappingURL=helpers.d.ts.map