import type { PlaceholderContainerProps } from "./types.js"; import "./PlaceholderContainer.css"; export declare const PlaceholderContainer: ({ direction, align, size, className, title, description, image, content, actions, maxWidth, qa, }: PlaceholderContainerProps) => import("react/jsx-runtime").JSX.Element;