/// import { LikeParam } from '@superdata/business-data-service/types/services/like/interface'; export declare type LikeProps = LikeParam & { status?: boolean; simple?: boolean; text?: string; showCount?: boolean; textOnly?: boolean; tooltip?: boolean; style?: React.CSSProperties; className?: string; };