import type { ActionIconProps } from "../ActionIcon";
export interface CopyButtonProps extends ActionIconProps {
    content: string;
}
