import React from 'react';
export interface AbcProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    style?: any;
}
export declare const Abc: React.FC<AbcProps>;
//# sourceMappingURL=Abc.native.d.ts.map