import type { FC, PropsWithChildren } from "react";
/**
* Use in the aside of a header section. Spaces out the action
* components correctly in relation to the styling of the Section component.
*
* @usage
* ```tsx
*
*
*
*
* }
* >
* Content that is shown in the expandable "body" of the section.
*
* ```
*/
export declare const SectionActions: FC;