import { type SizeTypeValues } from '../../../lib/adaptivity'; import { type HasCaps, type TypographyProps } from '../Typography'; export declare function footnoteClassNames(sizeY: 'none' | SizeTypeValues, caps?: boolean): string; export interface FootnoteProps extends TypographyProps, HasCaps { } /** * Используется для основных подписей. * * @see https://vkui.io/components/typography#footnote */ export declare const Footnote: ({ className, caps, Component, normalize, inline, ...restProps }: FootnoteProps) => React.ReactNode; //# sourceMappingURL=Footnote.d.ts.map