import { Button } from "@mdxui/primitives/button"; import type { ComponentProps } from "react"; interface ResolutionTriggerProps extends ComponentProps { label?: string; } export declare function ResolutionTrigger({ label, className, ...props }: ResolutionTriggerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=resolution-trigger.d.ts.map