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