/// <reference types="react" />
import Alert from './alert';
declare const TipPanel: (props: any) => JSX.Element;
export { Alert, TipPanel };
