import type { APISectionComponent } from "discord-api-types/v10"; import type { ChatMessage } from "../../types"; interface SectionComponentProps { section: APISectionComponent; message: ChatMessage; } declare function SectionComponent({ section, message }: SectionComponentProps): import("react/jsx-runtime").JSX.Element; export default SectionComponent; //# sourceMappingURL=SectionComponent.d.ts.map