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