export declare class BiCardActions { /** * The orientation of the card actions * @default 'horizontal' */ orientation: 'horizontal' | 'vertical'; /** * The background of the card actions */ background: 'neutral' | 'primary'; render(): any; }