import React from 'react'; import { BaseProps } from '../Common'; export declare type IAbsProps = BaseProps; export declare const Abs: React.FC;