import * as React from "react"; import { Notice } from "./Notice"; export declare const HALGroupComponent: import("styled-components").StyledComponent<"ul", any, {}, never>; export declare const HALNoticeContainer: import("styled-components").StyledComponent<"li", any, {}, never>; export declare const normRenderedGroups: { [key: string]: string[]; }; export interface HALGroup { groupId: string; name: string; notices: Notice[]; } export declare const GroupComponent: React.FunctionComponent; export declare function useFilteredHalGroups(groups: HALGroup[]): HALGroup[]; export declare const HALGroups: React.FC<{ groups: HALGroup[]; }>; //# sourceMappingURL=Group.d.ts.map