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