export declare const Stop: ({ title }: {
    readonly title?: string | undefined;
}) => JSX.Element;
