import { IExpanderState } from './Expander';
export declare function onToggle(state: IExpanderState): IExpanderState;
