import React from "react"; import { SpeedDialProps } from "./types"; /** * SpeedDial Component * * A floating action button that expands to show multiple actions. */ declare const SpeedDial: React.ForwardRefExoticComponent>; /** * GlassSpeedDial Component * * Glass variant of the SpeedDial component. */ declare const GlassSpeedDial: React.ForwardRefExoticComponent>; export default SpeedDial; export { SpeedDial, GlassSpeedDial }; //# sourceMappingURL=SpeedDial.d.ts.map