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