import type { ViewStyle } from 'react-native'; import type { IOpacity } from './skeleton'; interface IProps extends IOpacity { style: ViewStyle; } export declare const CustomItem: ({ opacity, style }: IProps) => JSX.Element; export {};