/// <reference types="react" />
import { CardMetaProps } from './type';
declare const CardMeta: {
    ({ as, floated, className, content, children, ...props }: CardMetaProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
};
export default CardMeta;
