import { OverrideProps } from '@bifrostui/types'; import React from 'react'; export type ListItemFooterProps = OverrideProps<{ props: P & { component?: React.ElementType; }; defaultComponent: D; }, D>;