import type { FC, PropsWithChildren } from "react"; /** * Use in the actions of a FullPageModal. Spaces out the action * components correctly in relation to the styling of the FullPageModal component. * * @usage * ```tsx * * * * * } * /> * ``` */ export declare const FullPageModalActions: FC;