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