import { SpeedDialProps } from './SpeedDial';
import { SpeedDialActionProps } from './SpeedDial.Action';
declare const DefaultSpeedDial: import("..").RneFunctionComponent<SpeedDialProps> & {
    Action: import("..").RneFunctionComponent<SpeedDialActionProps>;
};
export { DefaultSpeedDial as SpeedDial };
export type { SpeedDialProps, SpeedDialActionProps };
