import * as React from 'react';
import { ISplitButtonProps } from './SplitButton.types';
/**
 * @deprecated This component was experimental and is not longer being developed on, nor will it be supported in the
 * future.
 */
export declare const SplitButton: React.FunctionComponent<ISplitButtonProps>;
/**
 * @deprecated This component was experimental and is not longer being developed on, nor will it be supported in the
 * future.
 */
export default SplitButton;
