import type { CardActionsProps } from '../types/index.js';
declare const CardActions: import("svelte").Component<CardActionsProps, {}, "">;
type CardActions = ReturnType<typeof CardActions>;
export default CardActions;
