import { Theme } from '@plurid/plurid-themes'; export interface IStyledFormat { theme: Theme; } export declare const StyledFormat: import("styled-components").StyledComponent<"div", any, IStyledFormat, never>;