import { Data, CustomEventInterface } from 'yox'; interface ButtonConfig { type: string | void; text: string | void; size: string | void; shape: string | void; onClick: (item: Data, index: number) => void; } declare const _default; export default _default;