export type NewEntryProps = {
    parentId?: string;
};
export declare function NewEntry({ parentId }: NewEntryProps): import("react/jsx-runtime").JSX.Element;
