import * as React from 'react'; export interface IButtonExampleProps { disabled?: boolean; checked?: boolean; } export declare const ButtonSplitExample: React.FunctionComponent;