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