import { IActionBarOption } from './types'; export declare const getDefaultOptions: (onClickHandler: (key: string) => void) => IActionBarOption[];