import { IStoryIndexedObject } from '../../types'; interface IProps { story: IStoryIndexedObject; onClose: () => void; } export declare function SeeMoreComponent(props: IProps): JSX.Element | null; export {}; //# sourceMappingURL=SeeMoreComponent.component.d.ts.map