import { BoxProps } from "@twilio-paste/box"; import React from "react"; interface OverflowButtonProps { onClick: () => void; position: "left" | "right"; visible?: boolean; element?: BoxProps["element"]; showShadow?: boolean; } export declare const OverflowButton: React.FC; export {}; //# sourceMappingURL=OverflowButton.d.ts.map