import React from 'react';
import type { ComponentType } from 'react';
import { SpeedDialAction as MuiSpeedDialAction } from '@mui/material';
import type { SpeedDialProps } from '@mui/material';
export declare const SpeedDialIcon: ((props: import("@mui/material").SpeedDialIconProps) => React.JSX.Element) & {
    muiName: string;
};
interface SpeedDialStyledProps {
    showTooltip?: boolean;
    position?: {
        top?: number | string;
        bottom?: number | string;
        right?: number | string;
        left?: number | string;
    };
}
type SpeedDialStyledPropsType = SpeedDialProps & SpeedDialStyledProps;
export declare const SpeedDial: ComponentType<SpeedDialStyledPropsType>;
export declare const SpeedDialAction: typeof MuiSpeedDialAction;
export {};
//# sourceMappingURL=SpeedDial.styled.d.ts.map