import { ProjectThemePropsTp } from '../../utils/Interface/MainInterface'; type ButtonNames = ProjectThemePropsTp['Styles']['Component']['TPButton'][number]['name'] | ''; interface ButtonStyledProps { name: ButtonNames; } declare const ButtonStyled: ({ name }: ButtonStyledProps) => import("react/jsx-runtime").JSX.Element; export default ButtonStyled;