*
* Content below the separator
*
* ```
*/
export declare class CardSeparatorDirective {
hostClass: boolean;
get verticalClass(): boolean;
get horizontalClass(): boolean;
/**
* Sets the color of the Card separator.
*/
color: string;
/**
* Specifies the orientation of the Card separator.
*
* @default 'horizontal'
*/
orientation: Orientation;
static ɵfac: i0.ɵɵFactoryDeclaration