declare const EmptyComments: ({ commentType, handleReset, }: { commentType: string; handleReset?: () => void; }) => import("react/jsx-runtime").JSX.Element; export { EmptyComments };