import { SnackbarAction } from '../types'; export declare const getAction: (action: SnackbarAction, index: number) => string | number | boolean | Iterable | import("react").JSX.Element | null | undefined;