import React from 'react'; import type { ThemedButtonProps } from '../types'; declare function ThemedButton({ disabled, index, config, flat, name, transparent, type, size, ...extra }: ThemedButtonProps): React.JSX.Element; export default ThemedButton; //# sourceMappingURL=ThemedButton.d.ts.map