import { InternalItemCardProps } from './interfaces'; export default function InternalItemCard({ actions, highlighted, children, className, header, description, footer, icon, style, metadataAttributes, nativeAttributes, onClick, disableHeaderPaddings, disableContentPaddings, disableFooterPaddings, fullHeight, variant, __internalRootRef, ...restProps }: InternalItemCardProps): JSX.Element;