import { BoxSmallContentDirective, BoxSmallFooterDirective, BoxSmallHeaderDirective } from './box-small.directive';
export declare class BoxSmallComponent {
    backgroundColor?: string;
    contentColor?: string;
    contentStyleClass: string;
    footer?: string;
    footerColor?: string;
    footerStyleClass: string;
    header?: string;
    headerColor?: string;
    headerStyleClass: string;
    iconColor?: string;
    iconStyleClass: string;
    styleClass: string;
    boxSmallHeaderDirective?: BoxSmallHeaderDirective;
    boxSmallFooterDirective?: BoxSmallFooterDirective;
    boxSmallContentDirective?: BoxSmallContentDirective;
}
