declare const STEP_TITLE_SIZES: readonly ["p", "h2", "h3", "h4"]; type StepTitleSize = (typeof STEP_TITLE_SIZES)[number]; export { STEP_TITLE_SIZES }; export type { StepTitleSize }; //# sourceMappingURL=constants.d.ts.map