export interface QuestLayoutOptions { width?: number; assetUrl: string; serviceRequestUrl: string; manufacturer: string; model: string; serialNumber: string; coastId: string; yearAcquired?: string | number; } export declare function createQuestLayout({ width, assetUrl, serviceRequestUrl, manufacturer, model, serialNumber, coastId, yearAcquired, }: QuestLayoutOptions): string;