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