export declare class CCardActions { align: 'start' | 'center' | 'end'; justify: 'start' | 'center' | 'end' | 'space-between' | 'stretch' | 'space-around'; render(): any; }