import React from 'react';
import { ButtonsProps } from './Buttons.types';
declare type ButtonType = 'CallControlButton' | 'CallActionButton' | 'DiallerCallActionButton';
declare const _default: (buttonType: ButtonType) => React.FC<ButtonsProps>;
export default _default;