import type { IOpacity } from './skeleton'; export declare const AlternativeItem: ({ opacity }: IOpacity) => JSX.Element;