import type { IOpacity } from './skeleton'; interface IProps extends IOpacity { withFooter?: boolean; } export declare const BasicItem: ({ opacity, withFooter }: IProps) => JSX.Element; export {};