import React from 'react'; export default function Constrain(props: { /** * Children that will be constrained by the container. */ children: React.ReactNode; /** * The size of the constrained container. */ size: 'small' | 'medium' | 'large' | 'extra-large'; }): JSX.Element; //# sourceMappingURL=Constrain.d.ts.map