/** * -------------------------------------------------------------------------- * CoreUI Utils (__COREUI_VERSION__): getStyle.ts * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main/LICENSE) * -------------------------------------------------------------------------- */ declare const getStyle: (property: string, element?: Element) => string | undefined; export default getStyle;