import { ITableToken, IThemeWithoutComponents } from '../../interfaces'; export default function createTableTonek({ typography, colors, opacity, zIndex, size, }: IThemeWithoutComponents): ITableToken;