import { Button } from './Button'; declare const register: () => void; export default register; export { Button };