import { Theme } from './types'; export declare function Publications({ profileId, handle, theme, numberOfPublications }: { profileId?: string; handle?: string; theme?: Theme; numberOfPublications?: number; }): import("react/jsx-runtime").JSX.Element;