/// import { Theme } from 'styled-components'; export { ContainerWithRef as Container } from './Container'; export interface ThemedProps { theme: Theme; } export declare const DialogFooter: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { theme: Theme; }>>;