import "./index.css";
declare class MyLibrary {
    constructor();
    myMethod: () => boolean;
}
export default MyLibrary;
