import { ViewTheme } from '../../infrastructure/api/types'; import { StorytellerListViewCellType } from '../models/storytellerListViewCellType'; export declare const useRoundCellTitleStyles: (cellType: StorytellerListViewCellType, viewTheme: ViewTheme) => { numLines: number; containerHeight: number; };