/// export declare function LengthLimitView({ value, total: totalLength, className, hide, isShowTotal, }: { value?: any; className?: string; total: number; hide?: boolean; isShowTotal?: boolean; }): JSX.Element;