import { type SVGProps } from 'react'; /** * Checkmark icon used inside the `done`-state step indicator. * * This component is private to `Stepper` and not exported from the package. * * @param props - SVG props forwarded to the root ``. */ export declare function DoneStepIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element;