import { IPaginationToken, IThemeWithoutComponents } from '../../interfaces'; export default function createPaginationToken({ colors, typography, size, }: IThemeWithoutComponents): IPaginationToken;