import React from "react";
export type CardActionsAuxProps = React.HTMLAttributes<HTMLDivElement>;
/**
 * Additional side buttons inside `CardActions`.
 * Elements are aligned to the other side of the container.
 */
export declare const CardActionsAux: ({ children, className, ...otherProps }: CardActionsAuxProps) => React.JSX.Element;
export default CardActionsAux;
