import type { DialogStepProps } from './types';
export declare function DialogStep({ children, content, id, onNext, validation, type }: DialogStepProps): JSX.Element;
