import { ButtonType } from '../types'; /** * Retrieve button type * @param button The button's layout name/identifier * @return The button type */ export declare function getButtonType(button: string): ButtonType;