import React from "react"; type Props = {}; export declare function BubbleTriangle({}: Props): React.JSX.Element; export {};