import { QuotesProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface QuotesProps { /** * The **`quotes`** CSS property sets how quotation marks appear. * * @see https://developer.mozilla.org/docs/Web/CSS/quotes */ style$Quotes: T; } export declare const quotes: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;