import Button from './Button';
import Themed from './themed/ThemedButton';
export declare const ThemedButton: typeof Themed;
export declare const getTheme: (index?: number | null, name?: string | null) => any;
export default Button;
