import { FlattenSimpleInterpolation } from 'styled-components'; import { Theme } from '@mangopay/checkout-sdk-elements-core'; export interface Props { className?: string; theme: Theme; } export declare const attachCustomStylesByClassNames: ({ className, theme }: Props) => null | FlattenSimpleInterpolation[];