import React from "react"; import type { ContainerApplyProps, ContainerProps } from "./types"; export declare const Container: { ({ children, name, className, as: Tag, autoWidth, dataAttributes, ariaAttributes, role, id, }: ContainerProps): React.JSX.Element; Apply({ children, className, style, autoWidth, }: ContainerApplyProps): React.JSX.Element; };