import React, { ReactNode } from 'react';
import { StyledProps } from '../common';
import { TdTooltipLiteProps } from './type';
export interface TooltipLiteProps extends TdTooltipLiteProps, StyledProps {
    children?: ReactNode;
}
declare const _default: React.NamedExoticComponent<TooltipLiteProps>;
export default _default;
