import React from "react"; import { SpeedDialIconProps } from "./types"; /** * SpeedDialIcon Component * * An icon component for the SpeedDial that transitions between open and closed states. */ export declare const SpeedDialIcon: React.ForwardRefExoticComponent>; export default SpeedDialIcon; //# sourceMappingURL=SpeedDialIcon.d.ts.map