import Button from "./Button"; declare const DebounceButton: { (props: { [key: string]: any; onPress: (evt?: any) => void; }): JSX.Element; displayName: string; }; export { Button as default, DebounceButton, };