import FwButton from './fw-button.vue'; import type { FwButtonProps } from './index.types'; export { FwButton }; export type { FwButtonProps };