import React, { PropsWithChildren } from 'react'; type AlertInstructionsLayoutProps = { title: string; }; export declare const AlertInstructionsLayout: ({ title, children, }: PropsWithChildren) => React.JSX.Element; export {};