import { C as CommonProps } from './common.types.d-a5NbnUWh.js'; import React from 'react'; interface RipleProps extends CommonProps { } declare const Riple: (props: RipleProps) => React.JSX.Element; export { type RipleProps, Riple as default };