import IFloatingButtonProps from "../types/floating"; export declare const FloatingActionButton: ({ disabled, onClick, className, iconSrc, ...rest }: IFloatingButtonProps) => JSX.Element;