import type { ViewStyle } from 'react-native'; export interface ShimmerProps { width: number; height: number; borderRadius?: number; marginVertical?: number; marginHorizontal?: number; marginTop?: number; marginBottom?: number; marginLeft?: number; marginRight?: number; colors?: any; duration?: number; islooped?: boolean; isReversed?: boolean; customStyle?: ViewStyle; children?: any; LinearGradientComponent?: any; } //# sourceMappingURL=types.d.ts.map