import { Document, Component, Story } from '@component-controls/core'; export declare const CURRENT_STORY = "."; export declare const getStoryTitle: (doc: Document | undefined, component: Component | undefined) => string | undefined; export declare const getStoryBlockTitle: ({ story, title, }: { story?: Story | undefined; title?: string | undefined; }) => string | undefined;