import XContainerTypes from "./XContainer.types"; export declare const BorderAnimation: () => import("react/jsx-runtime").JSX.Element; declare const XContainer: ({ full, simple, titleAttr, borderAnimation, children, primary, success, warning, error, disabled }: XContainerTypes) => import("react/jsx-runtime").JSX.Element; export default XContainer;