import { type TimelineStepperProps } from "..";
/**
 * [Go to docs](https://flowbite-svelte.com/)
 * ## Type
 * [TimelineStepperProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1612)
 * ## Props
 * @prop children
 * @prop steps = []
 * @prop classes
 * @prop contentClass
 * @prop ...restProps
 */
declare const TimelineStepper: import("svelte").Component<TimelineStepperProps, {}, "">;
type TimelineStepper = ReturnType<typeof TimelineStepper>;
export default TimelineStepper;
