import type { HtmlIngredientProps } from '../types.js';
export interface StepsListProps extends HtmlIngredientProps<'div', HTMLDivElement> {
}
declare const StepsList: import("svelte").Component<StepsListProps, {}, "ref">;
type StepsList = ReturnType<typeof StepsList>;
export default StepsList;
