import { IImgPreviewToken, IThemeWithoutComponents } from '../../interfaces'; export default function createImgPreviewToken({ spacing, typography, colors, shadows, opacity, }: IThemeWithoutComponents): IImgPreviewToken;