import React from 'react'; interface MadeWithLoveProps { /** Custom class name for the container */ className?: string; /** Size variant for the component */ size?: 'sm' | 'md' | 'lg'; /** Whether to show on mobile (responsive) */ showOnMobile?: boolean; } export declare function MadeWithLove({ className, size, showOnMobile }: MadeWithLoveProps): React.JSX.Element; export {}; //# sourceMappingURL=made-with-love.d.ts.map