import { Filter, StoryDto } from "../dto";
export declare const useStoryFilter: (clickedStatusObj: Filter, storyList: StoryDto[]) => StoryDto[];
