import { type StyleProp, type ViewStyle } from 'react-native'; export interface ShimmerProps { width?: number; height?: number; duration?: number; borderRadius?: number; backgroundColor?: string; foregroundColor?: string; style?: StyleProp; } export declare const Shimmer: ({ width, height, duration, borderRadius, backgroundColor, foregroundColor, style }: ShimmerProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map