export type ContainerQServerProps = { className?: string; }; export default function ContainerQServer({ className }: ContainerQServerProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ContainerQServer.d.ts.map