import * as React from "react"; import type { CardHeaderAvatarOwnProps, PolymorphicWithRef } from "../types"; declare type CardHeaderAvatarProps = PolymorphicWithRef; declare type CardHeaderAvatarElement = (props: CardHeaderAvatarProps) => React.ReactElement>; declare const CardHeaderAvatar: CardHeaderAvatarElement; export default CardHeaderAvatar; //# sourceMappingURL=CardHeaderAvatar.d.ts.map