import type { RequestType } from '../types/requests'; declare const Request: ({ title, description, votesIds, userId, }: RequestType & { userId: string; }) => import("react/jsx-runtime").JSX.Element; export default Request; //# sourceMappingURL=Request.d.ts.map