import * as React$1 from 'react'; interface LinkPlaceholderProps { children: React.ReactNode; to?: string; href?: string; onClick?: (event: React.MouseEvent) => void; } declare function LinkPlaceholder({ children, onClick }: LinkPlaceholderProps): React$1.JSX.Element; export { LinkPlaceholder };