import React from 'react'; import type { SetTipIconPlacementProps } from '../PropsType'; import './index.less'; export declare const ICON_PLACEMENT_DEFAULT_VALUE = "after"; declare const SetTipIconPlacement: React.FC; export default SetTipIconPlacement;