import { ZButtonProps } from './Types'; export declare const ZButton: { (props: ZButtonProps): JSX.Element; displayName: string; };