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