import * as i0 from "@angular/core";
export declare class TdLayoutCardOverComponent {
    /**
     * cardTitle?: string
     *
     * Title set in card.
     */
    cardTitle?: string;
    /**
     * cardSubtitle?: string
     *
     * Subtitle set in card.
     */
    cardSubtitle?: string;
    /**
     * cardWidth?: string
     *
     * Card flex width in %.
     * Defaults to 70%.
     */
    cardWidth?: number | undefined;
    /**
     * color?: 'accent' | 'primary' | 'warn'
     *
     * toolbar color option: primary | accent | warn.
     * If [color] is not set, primary is used.
     */
    color?: 'accent' | 'primary' | 'warn';
    static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutCardOverComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutCardOverComponent, "td-layout-card-over", never, { "cardTitle": { "alias": "cardTitle"; "required": false; }; "cardSubtitle": { "alias": "cardSubtitle"; "required": false; }; "cardWidth": { "alias": "cardWidth"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*", "[td-after-card]"], true, never>;
}
