import { IDialogToken, IThemeWithoutComponents } from '../../interfaces'; export default function createDialogToken({ shadows, size, opacity, colors, spacing, }: IThemeWithoutComponents): IDialogToken;