import { PropsWithChildren } from "react"; import { WithTestID } from "../../utils/types"; import { IOButtonBlockSpecificProps } from "../buttons"; type IOButtonBlockProps = Omit; export type FooterActionsInlineMeasurements = { safeBottomAreaHeight: number; }; type FooterActionsInline = WithTestID void; excludeSafeAreaMargins?: boolean; fixed?: boolean; }>>; export declare const FooterActionsInline: ({ startAction, endAction, excludeSafeAreaMargins, fixed, onMeasure, testID }: FooterActionsInline) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=FooterActionsInline.d.ts.map