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