import * as React from 'react'; declare const Maestro: ({ size }: { size: string; }) => React.JSX.Element; export default Maestro;