import { Onboard } from "./Onboard"; export declare class Stack extends Onboard { /** * The name of the onboarding question. * * @var {string} */ static type: string; /** * The description of the onboarding question. * * @var {string} */ static description: string; /** * The choices for the onboarding question. * * @var {string[]|object[]} */ static choices: Array; }