import { ButtonProps } from '../../app/types/type'; declare const ButtonSquares: ({ backgroundColor, children, disabled, hasInitialAnimation, isLoading, borderRadius, size, iconSpinner, hasSpinner, style, onClick, type, textTransform, }: ButtonProps) => import("react/jsx-runtime").JSX.Element; export default ButtonSquares;