/**
 * @jsxRuntime classic
 * @jsx jsx
 */
import React from 'react';
import { type IconButtonSkeletonProps } from './types';
export declare const IconButtonSkeleton: ({ className, marginLeft, marginRight, size, }: IconButtonSkeletonProps) => React.JSX.Element;
