import type { MessageNoteType } from '../../types'; export declare const TableCellMessageIcon: ({ note, historyPushState, small, align, }: { note?: MessageNoteType | undefined; historyPushState?: ((url: string) => void) | undefined; small?: boolean | undefined; align?: "left" | "right" | undefined; }) => JSX.Element | null;