export declare type DynamicComponentsFiles = { id: number; fileVuePrefix: string; title?: string | null; version?: string | null; url?: string | null; dynamicComponentId?: number | null; activated: boolean; createdAt: string; updatedAt: string; deletedAt?: string | null; };