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