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