import Button from './Button.svelte';
export type * from './types.js';
export { Button };
export default Button;
//# sourceMappingURL=index.d.ts.map