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