import { Story } from '../../types/story.types';
import { Font } from './fonts';
export declare function resolveFonts(stories: Partial<Story>[]): Font[];
