import { FeedBackComponentProps } from './types'; declare function Like({ onChange, count, style, buttonStyle, selectedButtonStyle, iconStyle, selectedIconStyle, initialState }: FeedBackComponentProps): import("react/jsx-runtime").JSX.Element; export default Like;