import React from 'react'; type WrapperProps = { isPackage?: boolean; isBasic?: boolean; modifiers: string[]; backgroundColor?: string; }; declare const Wrapper: React.FC>; export default Wrapper;