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