/// interface IProps { fontSize?: string; color?: string; className?: string; onClick?: () => void; } declare function SvgTips(props: IProps): JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;