interface Props {
    onClicked: Function;
}
declare const HangupButton: (props: Props) => void;
export default HangupButton;
