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