import React, { SVGProps } from "react"; interface ConstrainIconProps extends SVGProps { active?: boolean; } export declare const ConstrainIcon: React.ForwardRefExoticComponent & React.RefAttributes>; export {};