declare const Instructions: ({ html, }: {
    html: any;
}) => JSX.Element;
export { Instructions };
