import './PostError.css'; type PostsErrorContainerProps = { onButtonClick?: () => void | Promise; }; export declare const PostsError: ({ onButtonClick }: PostsErrorContainerProps) => import("react/jsx-runtime").JSX.Element; export {};