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