import { FC } from 'react'; import { SplitButtonProps } from '../Button.types'; export declare const SplitButton: FC;