/** @jsx jsx */ import { ButtonProps as ButtonProps_ } from '@chakra-ui/react'; import { FC } from 'react'; export declare type ButtonProps = ButtonProps_ & { href?: string; animate?: boolean | keyof typeof myAnimations; }; declare const myAnimations: any; export declare const Button: FC; export {}; //# sourceMappingURL=Button.d.ts.map