import React from 'react';
declare type Props = React.PropsWithChildren<{
    id: string;
}>;
export declare const FormStep: (props: Props) => JSX.Element;
export {};
