import type { CSSProperties } from 'react'; export default function BigTip(props: { type?: 'success' | 'error' | 'warning' | 'info'; style?: CSSProperties; className?: string; }): JSX.Element;