import * as i0 from '@angular/core'; import * as i12 from '@angular/common'; /** * A panel similar to a Bootstrap card. */ declare class TbxPanelComponent { /** Add additional classes to the default. */ class: string; /** Applies all classes to the CSS class attribute. */ get panelClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * A panel similar to a Bootstrap card. */ declare class TbxPanelHeaderComponent { /** Add additional classes to the default. */ class: string; /** Applies all classes to the CSS class attribute. */ get bodyClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** The body for the panel. */ declare class TbxPanelBodyComponent { /** Indicates to add padding around the panel body (defaults to true). */ padding: boolean; /** Indicates whether the data is loading. */ loading: boolean; /** Indicates whether to show the loader. */ showLoader: boolean; /** Add additional classes to the default. */ class: string; /** Applies all classes to the CSS class attribute. */ get panelClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * A panel similar to a Bootstrap card. */ declare class TbxPanelFooterComponent { /** Add additional classes to the default. */ class: string; /** Applies all classes to the CSS class attribute. */ get footerClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * A panel similar to a Bootstrap card. */ declare class TbxPanelHeaderTitleComponent { /** Add additional classes to the default. */ class: string; /** Applies all classes to the CSS class attribute. */ get bodyClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * A panel similar to a Bootstrap card. */ declare class TbxPanelHeaderLeftComponent { /** Add additional classes to the default. */ class: string; /** Applies all classes to the CSS class attribute. */ get bodyClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * A panel similar to a Bootstrap card. */ declare class TbxPanelHeaderCenterComponent { /** Add additional classes to the default. */ class: string; /** Applies all classes to the CSS class attribute. */ get bodyClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * A panel similar to a Bootstrap card. */ declare class TbxPanelHeaderRightComponent { /** Add additional classes to the default. */ class: string; /** Applies all classes to the CSS class attribute. */ get bodyClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * A panel similar to a Bootstrap card. */ declare class TbxPanelActionButtonComponent { /** Add additional classes to the default. */ class: string; /** The link to redirect to. */ link: string; /** The title to display on the button/link. */ title: string; /** The icon/image to display on the button/link. */ icon: string; /** Applies all classes to the CSS class attribute. */ get internalClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * A panel similar to a Bootstrap card. */ declare class TbxPanelActionLinkComponent { /** Add additional classes to the default. */ class: string; /** Applies all classes to the CSS class attribute. */ get bodyClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * A panel similar to a Bootstrap card. */ declare class TbxPanelActionRefreshComponent { /** Add additional classes to the default. */ class: string; /** The link to redirect to. */ link: string; /** The title to display on the button/link. */ title: string; /** The icon/image to display on the button/link. */ icon: string; /** Applies all classes to the CSS class attribute. */ get internalClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class TbxPanelModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { TbxPanelActionButtonComponent, TbxPanelActionLinkComponent, TbxPanelActionRefreshComponent, TbxPanelBodyComponent, TbxPanelComponent, TbxPanelFooterComponent, TbxPanelHeaderCenterComponent, TbxPanelHeaderComponent, TbxPanelHeaderLeftComponent, TbxPanelHeaderRightComponent, TbxPanelHeaderTitleComponent, TbxPanelModule };