import type { ReactNode } from 'react'; import type { DivButtonProps } from '../Button/DivButton'; export interface MagnifyButtonProps { onClick: NonNullable; } export declare function MagnifyButton({ onClick }: MagnifyButtonProps): ReactNode; //# sourceMappingURL=MagnifyButton.d.ts.map