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