import { ComponentChildren, h } from 'preact'; export declare const Triangle: ({ style }: { style?: preact.JSX.CSSProperties; }) => h.JSX.Element; export declare function TipsBubble({ children, style }: { children: ComponentChildren; style?: preact.JSX.CSSProperties; }): h.JSX.Element;