import { DetailedHTMLProps } from 'react';
import { FC } from 'react';
import { HTMLAttributes } from 'react';
import { IStyledComponentBase } from 'styled-components/dist/types';
import { RuleSet } from 'styled-components';
import { Substitute } from 'styled-components/dist/types';
declare type AddDollarSign = {
[K in keyof T as `$${string & K}`]: T[K];
};
declare type AddDollarSign_2 = {
[K in keyof T as `$${string & K}`]: T[K];
};
export declare const addRipple: RuleSet< {
$isRipple?: boolean;
}>;
export declare const addRippleDefault: RuleSet