import { Theme } from '../theme'; declare const _default: () => Theme; /** * A React hook that allows to retrieve the theme within a functional component */ export default _default;