import * as React from 'react';

/**
 * CtaActions — from @kuppwest/apple-clean@0.1.0.
 */
export interface CtaActionsProps {
  /** One or two `Button`s: a primary and optionally a ghost one. */
  children: React.ReactNode;
}

export declare const CtaActions: React.ComponentType<CtaActionsProps>;
