import { StyleValue } from 'vue'; interface Options { layoutPreview?: { style?: string | StyleValue; imageUrl?: string; opacity?: number; }; } export type { Options };