import { FlexboxProps } from "../Flex/type.mjs";
import { ReactNode } from "react";
import { FooterProps } from "rc-footer";

//#region src/Footer/type.d.ts
interface FooterProps$1 extends FlexboxProps {
  bottom?: ReactNode;
  columns: FooterProps['columns'];
  contentMaxWidth?: number;
  theme?: 'light' | 'dark';
}
//#endregion
export { FooterProps$1 as FooterProps };
//# sourceMappingURL=type.d.mts.map