export declare function DisplaySteps({ mode, noAnimation, handleChange, expandedInitially, outset, }: {
    mode: any;
    noAnimation: any;
    handleChange: any;
    expandedInitially: any;
    outset: any;
}): import("react/jsx-runtime").JSX.Element;
