import { IStorytellerTheme } from '../../configuration/models/theme/storytellerTheme'; import { ThemedStyles } from './themedStyles'; declare function useStyles(stylesFn: (theme: IStorytellerTheme) => ThemedStyles): ThemedStyles; export default useStyles;