import { SimulatorInstructionsCard } from './SimulatorInstructionsCard.js'; export declare class UserInstructions extends SimulatorInstructionsCard { getImageContents(): import("lit-html").TemplateResult<1>; getDescriptionContents(): import("lit-html").TemplateResult<1>; }