import { FtButton } from "./ft-button"; import { FtdsButton } from "./ftds-button"; declare const _default: { "ft-button": typeof FtButton; "ftds-button": typeof FtdsButton; }; export default _default;