export declare class ToastDetail { static build(messages: string[]): JSX.Element | null; }