export declare const FOOTER_ACTION_ALIGNMENT: { readonly start: "start"; readonly end: "end"; readonly spaceBetween: "spaceBetween"; readonly stacked: "stacked"; }; export type FooterActionLayout = typeof FOOTER_ACTION_ALIGNMENT[keyof typeof FOOTER_ACTION_ALIGNMENT];