import { ThemeFromFn } from '../theming'; export declare const skeletonTheme: () => [string, { gradient: { default: { from: string; to: string; }; translucent: { from: string; to: string; }; }; height: { default: string; small: string; medium: string; large: string; }; width: { default: string; small: string; medium: string; large: string; full: string; }; }]; export declare type SkeletonTheme = ThemeFromFn;