export { useTheme } from './hooks/use-theme.hook' export type { Theme } from './types/theme.type'