import { types } from "typestyle"; export declare const EnterpriseGlossaryPageInformationProviderStyles: { dialogTitleContainer: types.NestedCSSProperties; dialogContentContainer: types.NestedCSSProperties; dialogActionButtonsContainer: types.NestedCSSProperties; pageImageContainer: types.NestedCSSProperties; pageImage: types.NestedCSSProperties; pageImageOverlay: types.NestedCSSProperties; pageTitle: types.NestedCSSProperties; viewPageButtonContainer: types.NestedCSSProperties; noImageContainer: (height: number) => types.NestedCSSProperties; staticHeightImageBackgroundContainer: (height: number) => types.NestedCSSProperties; staticHeightImageBackgroundInner: types.NestedCSSProperties; staticHeightImageBackgroundTitleContainer: (height: number) => types.NestedCSSProperties; staticHeightImageBackgroundTitle: types.NestedCSSProperties; staticHeightImageBackgroundViewPageButtonContainer: types.NestedCSSProperties; pageSummary: types.NestedCSSProperties; pageContent: types.NestedCSSProperties; loadingSkeletonContainer: types.NestedCSSProperties; };