///
///
///
///
import './foldable.scss';
declare const _default: () => {
restrict: string;
template: any;
transclude: boolean;
scope: {
isFolded: string;
stateName: string;
bfOptions: string;
onToggle: string;
};
link(scope: ng.IScope, element: JQuery, attr: ng.IAttributes, ctrls: any, transclude: ng.ITranscludeFunction): void;
};
export default _default;