import type { APIMediaGalleryComponent } from "discord-api-types/v10"; interface MediaGalleryComponentProps { mediaGallery: APIMediaGalleryComponent; } declare function MediaGalleryComponent({ mediaGallery }: MediaGalleryComponentProps): import("react/jsx-runtime").JSX.Element; export default MediaGalleryComponent; //# sourceMappingURL=MediaGalleryComponent.d.ts.map