import { FC } from 'react'; import { FlattenSimpleInterpolation } from 'styled-components'; declare type Props = { justifyContent?: string; cssOverrides?: FlattenSimpleInterpolation; }; export declare const ButtonFooter: FC; export {};