export declare function Category({ title }: {
    title: string;
}): JSX.Element;
